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

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

[Octave-bug-tracker] [bug #39495] polar plot should have a circular rho/


From: Rik
Subject: [Octave-bug-tracker] [bug #39495] polar plot should have a circular rho/theta axis
Date: Fri, 03 Jul 2015 17:02:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #26, bug #39495 (project octave):

I see the problem.  This on the development branch with


parent: 20300:9de6949ec15f tip
 graphics_toolkit.m: Fix typo in error message.


The command, in verbatim mode for the bug tracker, is


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


The issue is that the rtick value is set to [0, 0.5, 1], but the range of the
data is to ~31.  If I manually adjust the rticks it works.


set (gca, 'rtick', [0:10:40])




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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