Graphics Reference
In-Depth Information
Figure 14-1. Bad conversion of point symbols after opening in Inkscape—also notice that the spa-
cing of the fonts is slightly off
To avoid this problem, set useDingbats=FALSE . This will make the circles be drawn as circles
instead of as font characters:
pdf( "myplot.pdf" , width = 4 , height = 4 , useDingbats = FALSE
FALSE )
# or
ggsave( "myplot.pdf" , width = 4 , height = 4 , useDingbats = FALSE
FALSE )
Search WWH ::




Custom Search