octave-maintainers
[Top][All Lists]
Advanced

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

Re: linestyleorder and scatter plots markerfacecolor and markeredgecolo


From: Michael Goffioul
Subject: Re: linestyleorder and scatter plots markerfacecolor and markeredgecolor properties
Date: Mon, 18 Jan 2010 09:47:07 +0000

On Sun, Jan 17, 2010 at 10:14 PM, David Bateman <address@hidden> wrote:
>
> For information here is a patch that I'm working on that does the following
>
> * It removes the "@" markers I recently added
> * It implements setting the linestyleorder with either a string or a string
> cell array
> * Adds an graphics property order_property to handle the above

[ sorry, I hit "Send" too fast]

I'd rather see a more generic stringvector_property class that would
usable for other properties, e.g. tick labels. This can be changed later
on, but my idea is to make the property configurable:
- being able to specify the spliiter character
- being able to specify the default returned format:
       . default: returns the property value in the same format as it was set
       . string: returns always in string format
       . cellstr: returns always in cell array of strings format

Michael.


reply via email to

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