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: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #51839] new matlab functions for axis tick position, values, labels
Date: Thu, 24 Aug 2017 11:08:01 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: new matlab functions for axis tick position, values,
labels
                 Project: GNU Octave
            Submitted by: nrjank
            Submitted on: Thu 24 Aug 2017 03:08:00 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Nicholas Jankowski
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Any

    _______________________________________________________

Details:

appears along with 2016b came a few new ways of getting and setting axis
properties.

xticks
yticks
zticks
rticks
thetaticks
xticklabels
yticklabels
zticklabels
thetaticklabels
rticklabels

it appears from the documentation that each function without argument would
simply act as get(gca,'xticks'), etc., so an alias for nargin=0 should be easy
enough to make as a set of wrappers, at least for x, y and z. polar still
describes the axis with cartesian coordinates, and we don't seem to have
polarplot implemented yet which uses r and theta axes.  using r and thetaticks
on 'polar' gives an error about 'rticks is not supported for Cartesian axes.
use xticks instead', and similar when calling xticks on a plot created
polarplot.

each of the above do take a number of arguments that will either modify the
'get' or will perform a 'set' for the particular element.  documentation
below:

https://www.mathworks.com/help/matlab/ref/xticks.html




    _______________________________________________________

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]