Menu

greek letter phi (ϕ) in gnuplot

Help
chang
2013-09-09
2013-09-09
  • chang

    chang - 2013-09-09

    hi everybody,
    maybe someone know how to enter φ (not ϕ !) in legend ? with:
    /Symbol f
    i just got a ϕ...
    thanks for help!

    chang

     

    Last edit: chang 2013-09-09
  • Christoph Bersch

    Depends on your terminal (unfortunately).

    pdfcairo: /Symbol f -> φ, /Symbol j -> ϕ
    postscript: /Symbol f -> ϕ, /Symbol j -> φ

    Quite weird :-)

     
  • Ethan Merritt

    Ethan Merritt - 2013-09-09

    Gnuplot is an innocent bystander here.
    The issue is entirely one of what font + font encoding is being used.
    The Adobe "Symbol" font is one of 35 fonts that are part of the original PostScript standard. It uses a custom encoding that doesn't match anything else I know of. Here is a chart of the encoding:
    http://en.wikipedia.org/wiki/Symbol_(typeface)
    Other non-Adobe fonts named "Symbol" use different encodings.

    The cairo terminals default to using UTF8 encoding. I honestly don't know how you managed to get either variety of "phi" by typing "f" to a cairo terminal. In unicode fonts, ϕ is codepoint 0D35, φ is 03C6.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.