The R Project SVN R

Rev

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

Rev 32449 Rev 34613
Line 159... Line 159...
159
			/* [0] = location of axis title */
159
			/* [0] = location of axis title */
160
			/* [1] = location of axis label */
160
			/* [1] = location of axis label */
161
			/* [2] = location of axis line */
161
			/* [2] = location of axis line */
162
    double mkh;		/* Mark size in inches */
162
    double mkh;		/* Mark size in inches */
163
    int	pch;		/* Plotting character */
163
    int	pch;		/* Plotting character */
164
    int	ps;		/* Text & symbol pointsize */
164
    int ps;		/* Text & symbol pointsize */
165
    int	smo;		/* Curve smoothness */
165
    int	smo;		/* Curve smoothness */
166
    double srt;		/* String Rotation */
166
    double srt;		/* String Rotation */
167
    double tck;		/* Tick size as in S */
167
    double tck;		/* Tick size as in S */
168
    double tcl;		/* Tick size in "lines" */
168
    double tcl;		/* Tick size in "lines" */
169
    double tmag;	/* **R ONLY** Title Magnification */
169
    double tmag;	/* **R ONLY** Title Magnification */
Line 307... Line 307...
307
    GTrans win2fig;	/* Window to figure mapping */
307
    GTrans win2fig;	/* Window to figure mapping */
308
 
308
 
309
    /* NOTE: if user has not set fig and/or plt then */
309
    /* NOTE: if user has not set fig and/or plt then */
310
    /* they need to be updated per plot.new too */
310
    /* they need to be updated per plot.new too */
311
 
311
 
-
 
312
    double scale;       /* An internal "zoom" factor to apply to ps and lwd */
-
 
313
                        /* (for fit-to-window resizing in Windows) */
-
 
314
 
312
    /* device operations */
315
    /* device operations */
313
    Rboolean (*open)();
316
    Rboolean (*open)();
314
    void (*close)();
317
    void (*close)();
315
    void (*activate)();
318
    void (*activate)();
316
    void (*deactivate)();
319
    void (*deactivate)();