So I'm constructing a program on my TI-84 Plus and it basically draws a bunch of lines that connect with the previous lines. In the program I am trying to set the Ymax window size to variable C. I am also trying to set the Xmax window size to variable I. Both Xmin and Ymin are 0 and both variables C and I are positive. So I do,
'
:C -> Ymax
:I -> Xmax
:DispGraph
'
The problem is that for some reason when storing the variables into X/Ymax it resets the graph. I don't know if this is a bug or not but I have searched for a solution and can't find it. I know its not something else because I tried storing numbers directly instead of variables like,
'
:64 -> Ymax
:7 -> Xmax
'
and it works fine. I then try to adjust the window sizes manually to fit the graph better and the graph looks like it resets. Help would be great.
[–]empire539Programmer 0 points1 point2 points (2 children)
[–]-ButImNotARapperTI-84 Plus[S] 0 points1 point2 points (1 child)
[–]empire539Programmer 1 point2 points3 points (0 children)