[R] Problem using xfig()
Barry Rowlingson
B.Rowlingson at lancaster.ac.uk
Wed Jul 21 19:41:05 CEST 2004
Christophe Grova wrote:
> Hello ... I tried to generate .fig figures with R, using the xfig() function ...When I open the
> figures using xfig software under linux ... the foreground color
change strangely ...
> whereas when I display the same figure in R or when I saved it in
using postscript() function there is no problem.
>
> Any idea about the behavior of the colors when using xfig ??
Does it happen even for the simplest plots in R?
If I do:
> xfig()
> plot(1:10)
> dev.off()
then the resultant Rplot001.fig looks fine in Xfig.
And what precisely do you mean by 'the foreground color change
strangely'? Are black lines green? Are green lines all sorts of colours?
Baz
More information about the R-help
mailing list