The CAMgraphicsProcess control and layout member functions are used to specify the output driver (by
attachDriver( CAMgraphicsDriver
D) |
CAMgraphicsProcess output will be sent to graphics output driver D. |
|
Detaches the currently attached CAMgraphicsDriver. |
frame() |
The current graphics page is completed and a new blank page is created. |
setFrame(left, right, bottom, top) |
Sets the portion of the page the plot will occupy. Specified w.r.t. [0,1]X[0,1]. |
|
Enter the subplot mode with an m by n matrix of subplots. |
|
Select output to be the ith row and jth column subplot. |
|
Leave subplot mode. |