#include <plot.h>

Data Fields | |
| char | chPType [NDPLOT][5] |
| bool | lgPlotON |
| float | pltxmn [NDPLOT] |
| float | pltxmx [NDPLOT] |
| long int | nplot |
| bool | lgPltTrace [NDPLOT] |
Definition at line 11 of file plot.h.
| char t_plotCom::chPType[NDPLOT][5] |
which type of plot
Definition at line 14 of file plot.h.
Referenced by ParsePlot(), plot(), pltcon(), pltopc(), and Zerologic().
| bool t_plotCom::lgPlotON |
lgPlotON is flag set when plot turned on
Definition at line 17 of file plot.h.
Referenced by ParseCommands(), ParsePlot(), plot(), and Zerologic().
| float t_plotCom::pltxmn[NDPLOT] |
Definition at line 19 of file plot.h.
Referenced by ParsePlotRangeContin(), ParsePlotRangeOption(), pltcon(), pltmap(), and pltopc().
| float t_plotCom::pltxmx[NDPLOT] |
Definition at line 19 of file plot.h.
Referenced by ParsePlotRangeContin(), ParsePlotRangeOption(), pltcon(), pltmap(), and pltopc().
| long int t_plotCom::nplot |
number of plots
Definition at line 23 of file plot.h.
Referenced by ParseCommands(), ParsePlot(), ParsePlotRangeContin(), ParsePlotRangeOption(), and plot().
| bool t_plotCom::lgPltTrace[NDPLOT] |
flag set with plot trace command
Definition at line 26 of file plot.h.
Referenced by ParsePlot(), pltcon(), pltmap(), pltopc(), and Zerologic().
1.5.5