Displaying 1 result from an estimated 1 matches for "plot_bad".
2011 Mar 14
2
svg malformed on CentOS (epel R)
...alled 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 this fixes the problem.
Some questions:
- How could I fix it?
- Why is R not throwing an err...