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 graphics_toolkit: Warning on "


From: Rik
Subject: [Octave-bug-tracker] [bug #49044] gnuplot graphics_toolkit: Warning on "demo ezmesh"
Date: Wed, 14 Sep 2016 18:14:41 +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):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

I think the warnings are because gnuplot has changed syntax.  See this Stack
Overflow article
(http://stackoverflow.com/questions/16428338/bold-enhanced-text-in-gnuplot#34402420).

Briefly, it seems that the new syntax uses a colon ':' rather than a dash
'-'.

I modified __gnuplot_draw_axes__.m on the Windows side to replace instances of



f = [f "-bold"]


with


f = [f ":Bold"]


and I no longer get warnings.

I'm adding Dan Sebald to the CC list.  This looks like another instance where
we need to check __gnuplot_has_feature__ and either use the old syntax
("-bold") or the new syntax (":Bold").



    _______________________________________________________

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]