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

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to