I'm trying to make a simple program on my TI-84 Plus.
It graphs cool lines one at a time. But some of the lines would look much better if I could change window values and remove the axes (2nd > Format > AxesOff), but I don't know how to do this.
Here is the program so far:
PROGRAM: TEST2
:"10sin(1/X)" -> Y1
:DispGraph
:"tan(X)" -> Y1
:DispGraph
Can DispGraph take extra parameters that can change Windows values? Is there any function that can do that?