octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49044] gnuplot enhanced text specification ha


From: Rik
Subject: [Octave-bug-tracker] [bug #49044] gnuplot enhanced text specification has changed for versions >= 5.0
Date: Thu, 15 Sep 2016 22:10:17 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49044 (project octave):

                 Summary: gnuplot graphics_toolkit: Warning on "demo ezmesh" 
=> gnuplot enhanced text specification has changed for versions >= 5.0

    _______________________________________________________

Follow-up Comment #9:

Re-titling this bug report.  From looking at the gnuplot documentation it is
clear that they changed the syntax that they use.

As a test example, try


close all
graphics_toolkit gnuplot
ht = text (0.5, 0.5, "Hello World");
set (ht, "Fontname", "Arial:Bold");


This correctly produces Arial font in Bold.  It looks like Octave's code needs
to be updated to detect whether it is running gnuplot versions less than or
greater than 5 and then change the commands it issues.  At least for me,
"Sans" also works on Windows.  But it does seem just as easy to use
"Helvetica" which will get mapped to something and is probably has wider
usage.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49044>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]