1) Please update your R as requested in the posting guide, and provide the 'at a mimimum' information requested.

2) Try reading ?postscript and setting the encoding: I suspect yours is not one of the cases that are guessed correctly.

3) If all else fails, give a 'commented, minimal, self-contained, reproducible' example. You will need to be careful with encodings, so it would be best to put it on a website and tell us the file encoding.

On Wed, 21 Jan 2009, Alexander Nakhabov wrote:

Hi all,
When I plot some graph with cyrillic (namely russian) titles it looks ok,
but after saving this figure as eps file I get damaged title fonts. The
command dev.copy2eps was used in the following manner:
dev.copy2eps("test.eps")
or, for example
dev.copy2eps("test.eps",family='NimbusSan')

What is wrong? I use R 2.6.0 under Windows. Any help will be appreciated.

Regards,
Alexander Nakhabov

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to