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

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

[Octave-bug-tracker] [bug #45513] polar() does not update rtick value co


From: Rik
Subject: [Octave-bug-tracker] [bug #45513] polar() does not update rtick value correctly during plot creation
Date: Fri, 10 Jul 2015 04:46:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

URL:
  <http://savannah.gnu.org/bugs/?45513>

                 Summary: polar() does not update rtick value correctly during
plot creation
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 09 Jul 2015 09:46:07 PM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following should create a polar plot with radial limits from 0 to ~31. 
Instead, the range for rho is [0, 1].


polar (0:0.1:10*pi, 0:0.1:10*pi);


This can be corrected manually with something like


set (gca, "rtick", 10:10:40);







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45513>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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