|
Function | Get back into the last viewport used for plotting |
|
Syntax C/C++ | #include <Vgraph.h>
void V_continuePlot( void ); |
Pascal/Delphi | uses Vgraph;
procedure V_continuePlot; |
|
Description | If one wants to add new DataPlots to an existing coordinate system after one has already defined a new viewport (e.g., for text output), this function takes one back to the most recently used coordinate system. |
|
|
|
|