Abscissa Command Example

Details

Action

Sets the horizontal limits of the selected 2D or 3D graph window.

abscissa -15, -5 in "my window"

For a 3D graph window, this changes the horizontal viewport settings. For a 2D graph window, it sets the boundaries to x=-15 and x=-5. If the graphdomain setting was -10 to 10 in this case, the setting would be changed by this command to -10, -5. It is necessary to insert a comma between the arguments of a command if the aruments are negative. Otherwise the command would be interpreted as abscissa -15 - 5 (e.g. -20) and give the message not enough arguments

If you now issue an abscissa -10 10 command, the graphdomain setting remains at -10, -5.