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

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

[Octave-bug-tracker] [bug #58015] axis equal 'clears' the plot


From: Rik
Subject: [Octave-bug-tracker] [bug #58015] axis equal 'clears' the plot
Date: Sun, 22 Mar 2020 11:07:54 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #6, bug #58015 (project octave):

The problem is that change to aspect ratio necessarily causes a change to the
various X-, Y-, and Z-limits.  In the case of the Z-limit, the new range does
not include Z==0 where the data points for the 2-D fill() function are
plotted.  Hence, there is nothing to display.  I checked by generating the
initial plot, and then executing


octave:41> zlim
ans =

   0   1

octave:42> axis equal
octave:43> zlim
ans =

   0.1022   0.8978

octave:44> zlim ([0, 1])


The last command makes the plot re-appear.

So, clearly there are workarounds for the time being.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58015>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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