Previous Up Next

12.4.9  Working with the graphics screen: DispG DispHome ClrGraph ClrDraw

Recall that the DispG screen contains the graphical output of Xcas. The DispG command opens the DispG screen.


Example.
Input:

DispG;

opens the graphics screen.


The ClrGraph command clears the screen.
ClrDraw is a synonym for ClrGraph.


Example.
Input:

ClrGraph

or:

ClrGraph()

erases the DispG screen.


The DispHome command closes the DispG screen.


Example.
Input:

DispHome;

makes the graphics screen go away.


Previous Up Next