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: Daniel Molina García
Subject: [Octave-bug-tracker] [bug #58526] "view(az, el)" does not work
Date: Mon, 8 Jun 2020 14:39:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #7, bug #58526 (project octave):

I want to be clear with respect to my use of view in subplots since my comment
was nor precise.

* _camroll(-90)_ has the effect of reducing the plotting area and because of
that I prefer _view(90, 90)_ instead (see attached).
* I didn't know that _plot(X, Y, ...)_ accepts X as a matrix and Y a vector.
Being that way, I find no difference between


plot (y, x)
set (gca, "ydir", "reverse")


and


plot (x, y)
view(90, 90)


Maybe the first form is preferred if "2D plots are not meant to be rotated
[the second] way".

(file #49229, file #49230)
    _______________________________________________________

Additional Item Attachment:

File name: Screenshot from 2020-06-08 20-13-54.png Size:35 KB
    <https://savannah.gnu.org/file/Screenshot from 2020-06-08
20-13-54.png?file_id=49229>

File name: Screenshot from 2020-06-08 20-15-17.png Size:42 KB
    <https://savannah.gnu.org/file/Screenshot from 2020-06-08
20-15-17.png?file_id=49230>



    _______________________________________________________

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]