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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39495] polar plot should have a circular rho/theta axis
Date: Mon, 28 Apr 2014 21:56:04 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14

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

I ran a simple example using Matlab.


t = 0 : .01 : 2 * pi;
polar(t, sin(2 * t) .* cos(2 * t), '--r');
get (gca, 'xtick')
ans =   -0.5000         0    0.5000

get (gca, 'ytick')
ans =   -0.5000   -0.4000   -0.3000   -0.2000   -0.1000         0    0.1000   
0.2000    0.3000    0.4000    0.5000


The stick values may imply that the tricks are related, but when I modify the
stick property the rendered result does not change.  The plot is attached.

(file #31268)
    _______________________________________________________

Additional Item Attachment:

File name: test.pdf                       Size:9 KB


    _______________________________________________________

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]