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: Sun, 7 Jun 2020 20:28:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

                 Summary: "view(az, el)" does not work 
                 Project: GNU Octave
            Submitted by: dmolina
            Submitted on: Mon 08 Jun 2020 12:28:37 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Maybe related to

#41583 <https://savannah.gnu.org/bugs/?41583>

That bug report is about values returned by _view()_ and it is indicated the
difficulty of getting information from gnuplot.

I am reporting that _view(az, el)_ does not work with gnuplot. On the other
hand, _view()_ returns the intended values after used that way.

Example:


octave:1> graphics_toolkit gnuplot
octave:2> x = linspace (0, 10, 20);
octave:3> y = sqrt (x);
octave:4> plot (x, y)
octave:5> view (90, 90) # it does not change the plot
octave:6> [a, b] = view()
a = 90
b = 90





    _______________________________________________________

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]