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

Italic text in the legend

1,592 views
Skip to first unread message

yarriof...@gmail.com

unread,
Feb 11, 2010, 11:43:48 AM2/11/10
to
Hej!

I am trying to create a text in the figure legend (or key if you will)
that is in italics.
I have a line like this:
plot "LLvsHL.csv" using ($1-y):2:3 w boxerrorbars fs empty ti "Col-0",
\
"LLvsHL.csv" using ($1+y):4:5 w boxerrorbars fs solid ti "ucp1"
is there any way to make ucp1 in italics (but not "Col-0").
I am using:
set term postscript portrait enhanced solid
to generate the output.
Thanks for help!

Michael Kopp

unread,
Feb 17, 2010, 8:15:15 AM2/17/10
to
Hello,


This seems to work for me:

reset
set output "test.eps"
set term postscript eps enhanced
plot sin(x) title "sin", cos(x) title "{/Times-Italic cos}"
set term X11
set output

Also see the postscript documentation:
http://www.physics.umanitoba.ca/~gillis/gnuplot/ps_guide.ps

HTH,

Michael.


0 new messages