[Rd] X11cairo with antialias="none" buggy under MacOS?
Barry Rowlingson
b.rowlingson at lancaster.ac.uk
Thu May 1 15:23:13 CEST 2008
Joerg van den Hoff wrote:
> X11(antialias="none")
>
> I obviously am going to plot to the screen device. where
> a line width below one pixel does'nt make sense to me.
>
> what am I missing?
>
The new "cairo" X11 device with antialiasing off can indeed look awful
, but if you really don't want antialiasing then try using the good old
non-cairo X11 device with the 'type' argument:
> x11(type="Xlib")
> plot(1:10)
Barry
More information about the R-devel
mailing list