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:22:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Oh, an example for comparison in the most general case:


graphics_toolkit gnuplot;
figure;
plot(1:50);
set(gca,'xticklabel', {'a','b';'c','d'});

graphics_toolkit fltk;
figure;
plot(1:50);
set(gca,'xticklabel', {'a','b';'c','d'});


    _______________________________________________________

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]