[Scilab-users] ?==?utf-8?q? xsetetch and xgetetch incompatible definitions of "frect"

Samuel Gougeon sgougeon at free.fr
Sat Nov 26 19:39:57 CET 2016


Le 26/11/2016 18:14, Antoine Monmayrant a écrit :
> Other option for a SEP: could the optional parameters that we add to subplot be also added to "newaxes" ?
> I think it could be convenient and coherent with the way "figure()" works if we could do things like:
>
> a= newaxes(propertyname, propertyvalue)
>
> example:
>
> a=newaxes('background', color("lightgray"), box, 'on')
>
> as an equivalent to :
>
> a=newaxes()
> a.background=color("lightgray")
> a.box="on"
>   
> What do you think?

This proposal to extend newaxes() certainly deserves a report as a wish 
on Bugzilla!

There is already this one http://bugzilla.scilab.org/6965, but it is 
rather about the default values of some axes properties.

Samuel




More information about the users mailing list