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: Sun, 11 May 2014 00:43:53 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Update of bug #39495 (project octave):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #5:

I pushed the original changeset here
(http://hg.savannah.gnu.org/hgweb/octave/rev/b5b73959907f).

I followed it with a second changeset that cleans things up and implements
most of the other axes properties such as: color, layer, gridlinestyle,
fontname, interpreter, etc.  That changeset is here
(http://hg.savannah.gnu.org/hgweb/octave/rev/56bff71de2ca).

One open point is how to change the color of the polar grid lines and text
labels.  Is this always black in Matlab?  For a rectangular plot you could do
something like


set (gca, 'xcolor', 'r');


to change axis lines and labels.

We invented the rtick, stick properties.  Should we also invent rcolor and
scolor to refer to these properties?


    _______________________________________________________

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]