<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 18/11/11 20:23, Adrien Vogt-Schilb a écrit :
    <blockquote cite="mid:4EC6B0CB.90600@centre-cired.fr" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Harold, <br>
      <br>
      the function should take 0 input argument, as serge said.<br>
    </blockquote>
    Well, in a sense Harold used '0' as an argument for gca()!  ;-)<br>
    A less confusing piece of advice would be:<br>
    "the function gca() should take NO argument".<br>
    <br>
    Harold: facing the same situation then you, I tend to call gdf() and
    gda() at the very beginning of all the scripts I use to create
    plots:<br>
    hd=gdf();<br>
    ad=gda();<br>
    hd.the_propertie_to_change=the_value_that_fit_my_needs;<br>
    ad.the_other_propertie_to_change=the_value_that_fit_my_needs;<br>
    ...<br>
    <br>
    <br>
    Antoine<br>
    <blockquote cite="mid:4EC6B0CB.90600@centre-cired.fr" type="cite"> <br>
      On 18/11/2011 20:21, Harold Dessau wrote:
      <blockquote
        cite="mid:68668A24-E13C-4C3D-893F-89782A2BBEBA@knology.net"
        type="cite"><base href="x-msg://1/">Serge,
        <div><br>
        </div>
        <div>Scilab complained about the lack of an input argument.</div>
        <div>
          <div> </div>
          <div>scf(0);ax=gca(0);</div>
          <div>                 !--error 58 </div>
          <div>Wrong number of input arguments: This function has no
            input argument.</div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>Hal.</div>
        </div>
        <br>
        <div>
          <div>
            <blockquote type="cite">
              <div>
                <div style="font-family: 'Times New Roman'; font-size:
                  12pt; color: rgb(0, 0, 0); ">gca must be called
                  without argument. If you want to specify a particular
                  window you can do:<br>
                  scf(0);ax=gca()<br>
                  <br>
                  Serge Steer<br>
                  <br>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
      </blockquote>
      <br>
      <br>
      <div class="moz-signature">-- <br>
        Adrien Vogt-Schilb (Cired) <br>
        Tel: (+33) 1 43 94 <b>73 77</b></div>
    </blockquote>
    <br>
  </body>
</html>