Data Fields | |
| FILE * | gnucmd |
| int | nplots |
| char | pstyle [32] |
| char * | tmp_filename_tbl [GP_MAX_TMP_FILES] |
| int | ntmp |
Definition at line 55 of file gnuplot_i.h.
| FILE* _GNUPLOT_CTRL_::gnucmd |
Pipe to gnuplot process
Definition at line 57 of file gnuplot_i.h.
Number of currently active plots
Definition at line 60 of file gnuplot_i.h.
Number of temporary files
Definition at line 67 of file gnuplot_i.h.
| char _GNUPLOT_CTRL_::pstyle[32] |
Current plotting style
Definition at line 62 of file gnuplot_i.h.
| char* _GNUPLOT_CTRL_::tmp_filename_tbl[GP_MAX_TMP_FILES] |
Pointer to table of names of temporary files
Definition at line 65 of file gnuplot_i.h.