_GNUPLOT_CTRL_ Struct Reference


Data Fields

FILE * gnucmd
int nplots
char pstyle [32]
char to_delete [GP_MAX_TMP_FILES][GP_TMP_NAME_SIZE]
int ntmp

Field Documentation

FILE* _GNUPLOT_CTRL_::gnucmd
 

Pipe to gnuplot process

Definition at line 66 of file gnuplot_i.h.

Referenced by gnuplot_close(), gnuplot_cmd(), and gnuplot_init().

int _GNUPLOT_CTRL_::nplots
 

Number of currently active plots

Definition at line 69 of file gnuplot_i.h.

Referenced by gnuplot_init(), gnuplot_plot_equation(), gnuplot_plot_slope(), gnuplot_plot_x(), gnuplot_plot_xy(), and gnuplot_resetplot().

int _GNUPLOT_CTRL_::ntmp
 

Number of temporary files

Definition at line 76 of file gnuplot_i.h.

Referenced by gnuplot_close(), gnuplot_init(), gnuplot_plot_x(), gnuplot_plot_xy(), and gnuplot_resetplot().

char _GNUPLOT_CTRL_::pstyle[32]
 

Current plotting style

Definition at line 71 of file gnuplot_i.h.

Referenced by gnuplot_plot_equation(), gnuplot_plot_slope(), gnuplot_plot_x(), gnuplot_plot_xy(), and gnuplot_setstyle().

char _GNUPLOT_CTRL_::to_delete[GP_MAX_TMP_FILES][GP_TMP_NAME_SIZE]
 

Name of temporary files

Definition at line 74 of file gnuplot_i.h.

Referenced by gnuplot_close(), gnuplot_plot_x(), gnuplot_plot_xy(), and gnuplot_resetplot().


The documentation for this struct was generated from the following file:
Last modified: Mon Jan 27 10:00:38 2003