[scilab-Users] Scilab plot annotation is too small

Harold Dessau hrdessau at knology.net
Fri Nov 18 20:21:14 CET 2011


Serge,

Scilab complained about the lack of an input argument.
 
scf(0);ax=gca(0);
                 !--error 58 
Wrong number of input arguments: This function has no input argument.


Hal.
  






On Nov 18, 2011, at 1:02 PM, Serge Steer wrote:

> 
> 
> 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/be9cd864/attachment.htm>


More information about the users mailing list