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

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

[Octave-bug-tracker] [bug #42033] subplot(4, 1, 4) clears previously dra


From: Sébastien Blaise
Subject: [Octave-bug-tracker] [bug #42033] subplot(4, 1, 4) clears previously drawn axes
Date: Wed, 18 Jun 2014 10:16:24 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

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

I have a similar issue. Here is a short example:

subplot(1,3,1)
plot(1:100);
subplot(1,3,1)

The plot is cleared when calling subplot again. Strange thing is that it does
not happens for a two-columns plot (ie: subplot(1,2,1)).

Gnuplot 3.8.1 with fltk on ubuntu x64

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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