|
From: Sebastian R. <ma...@se...> - 2009-03-23 12:19:47
Attachments:
signature.asc
mail.vcf
|
Hi folks,
After searching the Internet without any suitable results, I finally
send this mail to this list. I hope someone can help me :)
I use GnuPlot to obtain a 3D diagram of measured data. Since I have two
different graphs within the plot I use the "title" command after "splot"
to define which graph stands for which measured data.
However, I have issues with using math commands/symbols within this
environment. I've already figured out how to integrate greek symbols, e.g.:
set term postscript eps enhanced monochrome
set output "<FILENAME>.eps"
splot "file.csv" using 2:1:3 with lines title "CI_{max} <= {/Symbol m}
+- 0.212"
Now I want to change the "+-" to the common math symbol, e.g. within
LaTeX "\pm"... Unfortunately, it seems like I can't produce such symbols
within this environment?!
BTW - I've already figured out how to produce tex files that comprises
math commands (set terminal latex)... but this somehow does not work
well together with the LaTeX-Paper-template I have to use for the
considered publication.
Any suggestions?
Best Regards,
Sebastian
|
|
From: Thomas S. <t.s...@fz...> - 2009-03-23 13:46:50
|
splot ... title "CI_{max} {/Symbol \243 m \261} 0.212"
seems that you are not aware of the 'postscript guide', delivered
together with the source code of gnuplot, on linux systems normally
located at:
/usr/share/doc/packages/gnuplot/doc/ps_guide.ps
Sebastian Robitzsch wrote:
>
> Hi folks,
>
> After searching the Internet without any suitable results, I finally
> send this mail to this list. I hope someone can help me :)
>
> I use GnuPlot to obtain a 3D diagram of measured data. Since I have two
> different graphs within the plot I use the "title" command after "splot"
> to define which graph stands for which measured data.
> However, I have issues with using math commands/symbols within this
> environment. I've already figured out how to integrate greek symbols,
> e.g.:
>
> set term postscript eps enhanced monochrome
> set output "<FILENAME>.eps"
> splot "file.csv" using 2:1:3 with lines title "CI_{max} <= {/Symbol m}
> +- 0.212"
>
> Now I want to change the "+-" to the common math symbol, e.g. within
> LaTeX "\pm"... Unfortunately, it seems like I can't produce such symbols
> within this environment?!
>
> BTW - I've already figured out how to produce tex files that comprises
> math commands (set terminal latex)... but this somehow does not work
> well together with the LaTeX-Paper-template I have to use for the
> considered publication.
>
> Any suggestions?
>
>
> Best Regards,
> Sebastian
>
> begin:vcard
> fn:Sebastian Robitzsch
> n:Robitzsch;Sebastian
> adr:;;;Dublin;;;Ireland
> email;internet:ma...@se...
> title:Dipl.-Ing. (FH)
> tel;cell:+353 (0)86 - 22 10 988
> note:Skype: seronline82
> x-mozilla-html:FALSE
> version:2.1
> end:vcard
>
>
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Gnuplot-info mailing list
> Gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://www.nabble.com/math-symbols-in-label-title-environment-tp22659043p22660405.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|
|
From: Sebastian R. <ma...@se...> - 2009-03-23 16:38:56
Attachments:
mail.vcf
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guys,
thanks a lot for your help ... it works fine. And sorry for this silly
question - I was not aware of the "gnuplot-doc" package within the LINUX
sources :-[
Sebastian
Marek W. Gutowski wrote:
> Sebastian Robitzsch wrote:
>> Hi folks,
>>
>> After searching the Internet without any suitable results, I finally
>> send this mail to this list. I hope someone can help me :)
>>
>> I use GnuPlot to obtain a 3D diagram of measured data. Since I have two
>> different graphs within the plot I use the "title" command after "splot"
>> to define which graph stands for which measured data.
>> However, I have issues with using math commands/symbols within this
>> environment. I've already figured out how to integrate greek symbols,
>> e.g.:
>>
>> set term postscript eps enhanced monochrome
>> set output "<FILENAME>.eps"
>> splot "file.csv" using 2:1:3 with lines title "CI_{max} <= {/Symbol m}
>> +- 0.212"
>>
>> Now I want to change the "+-" to the common math symbol, e.g. within
>> LaTeX "\pm"... Unfortunately, it seems like I can't produce such symbols
>> within this environment?!
>>
>> BTW - I've already figured out how to produce tex files that comprises
>> math commands (set terminal latex)... but this somehow does not work
>> well together with the LaTeX-Paper-template I have to use for the
>> considered publication.
>>
>> Any suggestions?
>>
>>
>> Best Regards,
>> Sebastian
>>
> Try
> splot "file.csv" using 2:1:3 with lines title "CI_{max} <= {/Symbol
> m}{/Symbol \261}0.212"
>
> In addition I enclose two files (you should have them already somewhere
> on your disk)
> explaining all the symbols available in PostScript enhanced terminal.
>
> Marek Gutowski
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAknHuv0ACgkQp2EOnQ6jimYOjgCghzsY9y9RPrj3TlLYEikX1WcN
stIAniohas2IPzI+ndMWuS0IJAdVKP9+
=OQ59
-----END PGP SIGNATURE-----
|