octave-maintainers
[Top][All Lists]
Advanced

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

Ordering of axes properties


From: Rik
Subject: Ordering of axes properties
Date: Thu, 25 Jul 2013 13:24:04 -0700

7/25/13

All,

The order of properties returned on an axes object is determined by the
order in which they are added to the graphic object.  In turn, this is
determined by the ordering of the properties in graphics.in.h.  Over time
we seem to have added properties as needed so that the resulting list is
neither alphabetical nor grouped by subject matter.  I would tend to think
it best to group it by subject matter so that, for example, colororder and
linestyleorder were near each other.

What does the competition do?  Can someone run the following:

diary on
get (gca)
diary off

And then send me the diary file.

Thanks,
Rik
address@hidden


reply via email to

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