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

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

[Octave-bug-tracker] [bug #51759] demo ("axis", 3) fails with gnuplot


From: Rik
Subject: [Octave-bug-tracker] [bug #51759] demo ("axis", 3) fails with gnuplot
Date: Wed, 23 Aug 2017 01:12:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #8, bug #51759 (project octave):

For Matlab compatibility, axis labels should repeat.  The motivating example
in comment #5 works for me already.  Ticklabels are correctly repeated even
without this patch.  I don't know why that is, but I'm happy to commit the
patch if it fixes problems for others.

Could you take a look at this line


+    labels(end+1:1) = {""};


Why use a range here?  Why not


+    labels(end+1) = {""};





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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