Bounds: Set Intervals?

I’m liking the ability to set the bounds of the graph for xmin, xmax, ymin, ymax. But is there a way to use the CL to define the intervals for the x- and y- axes?

Not currently, sorry.

You could try to create the axes labels in the graph itself. So if you assign a variable to the window. Then have an interval variable that is dependent upon your window variable. Say that “V” represents the interval you want then. Make a list for example X=[-10V…10V] and then graph the points (X,0) and label it ${X} and hide the points.

For example (in the graph folder):
https://www.desmos.com/calculator/fwd68qoeyd