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

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

[Octave-bug-tracker] [bug #58526] "view(az, el)" does not work


From: Rik
Subject: [Octave-bug-tracker] [bug #58526] "view(az, el)" does not work
Date: Mon, 8 Jun 2020 16:53:35 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #58526 (project octave):

                Priority:              5 - Normal => 3 - Low                
                  Status:            Works For Me => Confirmed              

    _______________________________________________________

Follow-up Comment #8:

Confirmed with gnuplot as backend.  Lowering priority as gnuplot is not a
priority for Octave development.  You have already identified two workarounds

1) Use plot3() instead of plot(), and then choose a 2-D view


plot3 (x, y)
view (2)


2) Use plot() with reversed x, y arguments, and then reverse y-axis


plot (y, x)
axis ij


If you want a permanent fix, I would suggest beginning debuggin in
scripts/plot/util/private/__gnuplot_draw_axes__.m.  There is code there that
detects the number of dimensions (and places in variable "nd").  There are
numerous tests later in the code that distinguish between 2-D and 3-D plots.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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