Displaying 1 result from an estimated 1 matches for "plot_good".
Did you mean:
log_good
2011 Mar 14
2
svg malformed on CentOS (epel R)
...binary from EPEL. Other than that both boxes are pretty clean, with
only the dependencies installed that are automatically installed when
installing R.
For example a testscript like this
svg("plot.svg");
plot(cars);
dev.off();
should produce this: http://www.stat.ucla.edu/~jeroen/files/plot_good.svg
(ubuntu), but on centos it produces this:
http://www.stat.ucla.edu/~jeroen/files/plot_bad.svg.
It looks very much as if there is something wrong with the fronts; maybe I
am missing some library. However, as this is a production server, I don't
want to go install random packages to see if...