#include <gnuplot_i.h>
Data Fields | |
| FILE * | gnucmd |
| int | nplots |
| char | pstyle [32] |
| char | axes [10] |
| char | term [32] |
| char | to_delete [GP_MAX_TMP_FILES][GP_TMP_NAME_SIZE] |
| int | ntmp |
Definition at line 76 of file gnuplot_i.h.
| char _GNUPLOT_CTRL_::axes[10] |
Axes to plot on
Definition at line 85 of file gnuplot_i.h.
| FILE* _GNUPLOT_CTRL_::gnucmd |
Pipe to gnuplot process
Definition at line 78 of file gnuplot_i.h.
| int _GNUPLOT_CTRL_::nplots |
Number of currently active plots
Definition at line 81 of file gnuplot_i.h.
| int _GNUPLOT_CTRL_::ntmp |
Number of temporary files
Definition at line 92 of file gnuplot_i.h.
| char _GNUPLOT_CTRL_::pstyle[32] |
Current plotting style
Definition at line 83 of file gnuplot_i.h.
| char _GNUPLOT_CTRL_::term[32] |
Definition at line 87 of file gnuplot_i.h.
| char _GNUPLOT_CTRL_::to_delete[GP_MAX_TMP_FILES][GP_TMP_NAME_SIZE] |
Name of temporary files
Definition at line 90 of file gnuplot_i.h.
1.8.1.2