The R Project SVN R

Rev

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

Rev 44458 Rev 44645
Line 107... Line 107...
107
			/* [2] = location of axis line */
107
			/* [2] = location of axis line */
108
    double mkh;		/* Mark size in inches */
108
    double mkh;		/* Mark size in inches */
109
    int	pch;		/* Plotting character */
109
    int	pch;		/* Plotting character */
110
    /* Note that ps is never changed, so always the same as dev->startps.
110
    /* Note that ps is never changed, so always the same as dev->startps.
111
       However, the ps in the graphics context is changed */
111
       However, the ps in the graphics context is changed */
112
    int ps;		/* Text & symbol pointsize */
112
    double ps;		/* Text & symbol pointsize */
113
    int	smo;		/* Curve smoothness */
113
    int	smo;		/* Curve smoothness */
114
    double srt;		/* String Rotation */
114
    double srt;		/* String Rotation */
115
    double tck;		/* Tick size as in S */
115
    double tck;		/* Tick size as in S */
116
    double tcl;		/* Tick size in "lines" */
116
    double tcl;		/* Tick size in "lines" */
117
    double xaxp[3];	/* X Axis annotation */
117
    double xaxp[3];	/* X Axis annotation */