|
From: | Clinton Winant |
Subject: | Re: printing greek characters |
Date: | Sun, 29 May 2016 14:37:48 -0700 |
On Sun, May 29, 2016 at 3:15 PM, Clinton Winant <address@hidden> wrote:Dmitri: I tried a simple version of what you sent:
>> plot(t,l)
Unknown or ambiguous terminal name 'qt'The idea here is to use cairo-based terminals for both screens and hardcopyoutputs to get a more consistent image. Cairo library:
( https://en.wikipedia.org/wiki/Cairo_(graphics) )
For screens it would be either "qt" or "wxt" terminals. For file outputs it would be"pdfcairo", "pngcairo", "epscairo". Octave "officially" does not support "epscairo"but it is fairly simple to add if one really wants it. Your gnuplot does not have "qt" terminal. Perhaps you need to install the packagecalled gnuplot-qt or something. Or you can us "wxt". In any case you can use anyterminal ("x11" or "win") here -- it is just the screen image will be less WYSIWYG.Ubuntu 16.04 fresh install of octave 4.0.0>> axis([0,1,200,2400]); ylabel('λ (Å)');The output from print -deps plotgreek.eps is attached. Can you suggest how I might work around?But this is the most important part. If you use "-deps", gnuplot will be using non-cairoterminal and will not render your fancy fonts correctly.Try "print -dpdfcairo plotgreek.pdf" Dmitri.
--
bowl.pdf
Description: Adobe PDF document
screenshot.png
Description: PNG image
[Prev in Thread] | Current Thread | [Next in Thread] |