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: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51759] demo ("axis", 3) fails with gnuplot
Date: Wed, 16 Aug 2017 12:08:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Regarding the repetition of labels, i.e., resetting k.  I was thinking about
this a bit.  Perhaps the wrap is intended; say, something like:


graphics_toolkit gnuplot;
figure;
plot(1:50);
set(gca,'xticklabel', {'|'});

graphics_toolkit fltk;
figure;
plot(1:50);
set(gca,'xticklabel', {'|'});


So, just to make the wrap behavior consistent with FLTK/Qt toolkits, I'm
attaching a new patch that simple adds one blank label if there are no labels.

(file #41540)
    _______________________________________________________

Additional Item Attachment:

File name:
octave-missing_gnuplot_axis_labels_smallest_code_change-djs2017aug16.patch
Size:0 KB


    _______________________________________________________

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]