[scilab-Users] Scilab plot annotation is too small

Serge Steer serge.steer at inria.fr
Fri Nov 18 20:02:44 CET 2011


----- Mail original -----
> De: "Harold Dessau" <hrdessau at knology.net>
> À: users at lists.scilab.org
> Envoyé: Vendredi 18 Novembre 2011 19:26:19
> Objet: Re: [scilab-Users] Scilab plot annotation is too small
> Serge,
> Thanks for responding. However, the following code snippet failed in
> the calling routine:
> ax = gca ( 0 ) ax . font_size = 10 exec ( ' /Euler3/plott.sce ' , 2 )
> ; plott ( xplot , yplot , zplot , k ) ;
> The error message complained about the gca function. Should the
> snippet have been placed inside the plot routine itself?
gca must be called without argument. If you want to specify a particular window you can do: scf(0);ax=gca() Serge Steer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20111118/e2300b33/attachment.htm>


More information about the users mailing list