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

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

[Octave-bug-tracker] [bug #55634] 2-D plots should ignore z-argument of


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55634] 2-D plots should ignore z-argument of "plotboxaspectratio"
Date: Sun, 3 Feb 2019 12:47:42 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #1, bug #55634 (project octave):

The axis limits in z-direction are not calculated correctly:

>> pbaspect ([1500 750 750])

>> get (gca, "zlim")
ans =

  -1.0708   2.0708

>> pbaspect ([1500 750 1])
>> get (gca, "zlim")
ans =

   0.49791   0.50209


In the second case (of the disappearing plot) the z-limits don't include 0.
Matlab sets these limits symmetrically to z=0 for 2d plots which seems to make
more sense.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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