Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

symbol in enhanced postscript

6 views
Skip to first unread message

r

unread,
Dec 2, 2009, 11:31:59 AM12/2/09
to
Readers,

I have a load file to configure a plot:

set terminal postscript eps enhanced colour
set ylabel '{\260}'

According to the manual 'psguide', this code should produce a circle
(ᵒ); instead the graph shows

\260

Any help please?

Yours,

gnuplotatconference.jabber.org
gnuplot 42
mandriva 2008

Zoltan

unread,
Dec 2, 2009, 1:30:55 PM12/2/09
to

Try

set encoding iso_8859_1
set ylabel '{\260}'


set terminal postscript eps enhanced colour

instead. It works for me.
Cheers,
Zoltán

0 new messages