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

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to