The R Project SVN R

Rev

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

Rev 6098 Rev 6994
Line 822... Line 822...
822
    /* Max pointsize suggested by Peter Dalgaard */
822
    /* Max pointsize suggested by Peter Dalgaard */
823
 
823
 
824
    if(pointsize < 6.0) pointsize = 6.0;
824
    if(pointsize < 6.0) pointsize = 6.0;
825
    if(pointsize > pd->maxpointsize) pointsize = pd->maxpointsize;
825
    if(pointsize > pd->maxpointsize) pointsize = pd->maxpointsize;
826
    dd->dp.ps = pointsize;
826
    dd->dp.ps = pointsize;
827
    dd->dp.cra[0] = (6.0 / 12.0) * pointsize;
827
    dd->dp.cra[0] = 0.9 * pointsize; 
828
    dd->dp.cra[1] = 1.2 * pointsize;
828
    dd->dp.cra[1] = 1.2 * pointsize;
829
 
829
 
830
    /* Character Addressing Offsets */
830
    /* Character Addressing Offsets */
831
    /* These offsets should center a single */
831
    /* These offsets should center a single */
832
    /* plotting character over the plotting point. */
832
    /* plotting character over the plotting point. */