The R Project SVN R

Rev

Rev 17204 | Rev 20446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17204 Rev 19934
Line 147... Line 147...
147
			/* [1] = location of axis label */
147
			/* [1] = location of axis label */
148
			/* [2] = location of axis line */
148
			/* [2] = location of axis line */
149
    double mkh;		/* Mark size in inches */
149
    double mkh;		/* Mark size in inches */
150
    int	pch;		/* Plotting character */
150
    int	pch;		/* Plotting character */
151
    int	ps;		/* Text & symbol pointsize */
151
    int	ps;		/* Text & symbol pointsize */
152
    int	smo;		/* Curve smoothness */
152
    double smo;		/* Curve smoothness */
153
    double srt;		/* String Rotation */
153
    double srt;		/* String Rotation */
154
    double tck;		/* Tick size as in S */
154
    double tck;		/* Tick size as in S */
155
    double tcl;		/* Tick size in "lines" */
155
    double tcl;		/* Tick size in "lines" */
156
    double tmag;	/* **R ONLY** Title Magnification */
156
    double tmag;	/* **R ONLY** Title Magnification */
157
    int	type;		/* type of plot desired */
157
    int	type;		/* type of plot desired */
Line 329... Line 329...
329
    void *deviceSpecific;	/* pointer to device specific parameters */
329
    void *deviceSpecific;	/* pointer to device specific parameters */
330
    Rboolean displayListOn;	/* toggle for display list status */
330
    Rboolean displayListOn;	/* toggle for display list status */
331
    SEXP displayList;	/* display list */
331
    SEXP displayList;	/* display list */
332
} DevDesc;
332
} DevDesc;
333
 
333
 
334
/* For easy reference: Here are the source files of 
334
/* For easy reference: Here are the source files of
335
 * currently existing device drivers:
335
 * currently existing device drivers:
336
 * FILE				driver name prefix
336
 * FILE				driver name prefix
337
 * ----------------------	------------------
337
 * ----------------------	------------------
338
 * ../main/devPS.c		PS  _and_  XFig
338
 * ../main/devPS.c		PS  _and_  XFig
339
 * ../main/devPicTeX.c		PicTeX
339
 * ../main/devPicTeX.c		PicTeX