[Scilab-users] arrows in axis

Samuel Gougeon sgougeon at free.fr
Fri Apr 5 12:04:40 CEST 2019


Le 05/04/2019 à 03:22, Federico Miyara a écrit :
>
> Samuel,
>
> Probably my comment was considered as regards text_properties, but it 
> actually was referred to axes_properties
>
> https://help.scilab.org/docs/6.0.2/en_US/axes_properties.html
>
> Close to the end, before the examples, it says:
>
> clip_state:
>
>     This field contains the default |clip_state| property value for
>     all objects. Its value should be :
>
>     1.
>
>         |"off"| this means that all objects created after that are not
>         clipped (default value).
>
>     2.
>
>         |"clipgrf"| this means that all objects created after that are
>         clipped outside the Axes boundaries.
>
>     3.
>
>         |"on"| this means that all objects created after that are
>         clipped outside the rectangle given by property clip_box.
>
> But after any plotting process I get
>
> --> gca().clip_state
>  ans  =
>
>  clipgrf
>
> So it seems the default (for axes) is not "off" but "clipgrf", so 
> there is an issue in the documantation.

You are right. I will fix the error in the page.
Thanks

Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190405/0ffe4964/attachment.htm>


More information about the users mailing list