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

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

[Octave-bug-tracker] [bug #51839] new matlab functions for axis tick pos


From: Rik
Subject: [Octave-bug-tracker] [bug #51839] new matlab functions for axis tick position, values, labels
Date: Thu, 24 Aug 2017 15:45:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #51839 (project octave):

Not quite sure if this is what you mean, but take a look at the %!demos in
polar.m.  For example, the third one makes use of the rtick and ttick
properties.


%!demo
%! clf;
%! theta = linspace (0,2*pi,1000);
%! rho = sin (2*theta).*cos (2*theta);
%! polar (theta, rho, "--r");
%! set (gca, "rtick", 0.1:0.1:0.6, "ttick", 0:20:340);
%! title ("polar() plot with finer grid");


Eventually Octave should implement a polaraxes object which is separate from a
regular axes object.  In the short term, however, the hggroup which implements
the polar axes could be updated so that at least the property names like
"thetatick" are the same as Matlab.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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