Jspice3
|
#include <plotdefs.h>
Data Fields | |
double * | xlims |
double * | ylims |
char * | xname |
char * | plotname |
char * | hcopy |
int | nplots |
double | xdelta |
double | ydelta |
GRIDTYPE | gridtype |
PLOTTYPE | plottype |
char * | xlabel |
char * | ylabel |
int | xtype |
int | ytype |
char * | pname |
char * | commandline |
bool | nointerp |
Definition at line 28 of file plotdefs.h.
char* grinit::commandline |
Definition at line 44 of file plotdefs.h.
GRIDTYPE grinit::gridtype |
Definition at line 37 of file plotdefs.h.
char* grinit::hcopy |
Definition at line 33 of file plotdefs.h.
bool grinit::nointerp |
Definition at line 45 of file plotdefs.h.
int grinit::nplots |
Definition at line 34 of file plotdefs.h.
char* grinit::plotname |
Definition at line 32 of file plotdefs.h.
PLOTTYPE grinit::plottype |
Definition at line 38 of file plotdefs.h.
char* grinit::pname |
Definition at line 43 of file plotdefs.h.
double grinit::xdelta |
Definition at line 35 of file plotdefs.h.
char* grinit::xlabel |
Definition at line 39 of file plotdefs.h.
double* grinit::xlims |
Definition at line 29 of file plotdefs.h.
char* grinit::xname |
Definition at line 31 of file plotdefs.h.
int grinit::xtype |
Definition at line 41 of file plotdefs.h.
double grinit::ydelta |
Definition at line 36 of file plotdefs.h.
char* grinit::ylabel |
Definition at line 40 of file plotdefs.h.
double* grinit::ylims |
Definition at line 30 of file plotdefs.h.
int grinit::ytype |
Definition at line 42 of file plotdefs.h.