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

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

[Octave-bug-tracker] [bug #52140] gnuplot toolkit produces improper synt


From: Rik
Subject: [Octave-bug-tracker] [bug #52140] gnuplot toolkit produces improper syntax when there is a single tic mark
Date: Thu, 28 Sep 2017 18:01:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52140 (project octave):

                  Status:               Confirmed => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #4:

Aaah, okay.  I checked with the following example and the patch does fix the
problem.


graphics_toolkit gnuplot
gca
set (gca, "xtick", 0.5)


I checked in the change here
(http://hg.savannah.gnu.org/hgweb/octave/rev/2cc851e8e03f).

Incidentally, the following code produces a blank figure in gnuplot, but not
in qt or fltk.


gca
set (gca, "xtick", [])
set (gca, "ytick", [])


Do we care?  If you have an actual object, like a line, then the axes doesn't
disappear even when the ticks do.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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