<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><br><br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;"><b>De: </b>"Harold Dessau" <hrdessau@knology.net><br><b>À: </b>users@lists.scilab.org<br><b>Envoyé: </b>Vendredi 18 Novembre 2011 19:26:19<br><b>Objet: </b>Re: [scilab-Users] Scilab plot annotation is too small<br><br>Serge,<div><br></div><div>Thanks for responding. However, the following code snippet failed in the calling routine:</div><div><br></div><div><pre style="font-family:Monospaced;font-style:normal;font-size:14.0;"><span style="color:rgb(0,0,0);">ax</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(174,92,176);text-decoration:underline;">gca</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">0</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(0,0,0);">ax</span><span style="color:rgb(92,92,92);">.</span><span style="color:rgb(170,170,170);">font_size</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(188,143,143);">10</span>
<span style="color:rgb(50,185,185);">exec</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">'</span><span style="color:rgb(188,143,143);">/Euler3/plott.sce</span><span style="color:rgb(188,143,143);">'</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">2</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span>
<span style="color:rgb(0,0,0);">plott</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">xplot</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(0,0,0);">yplot</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(0,0,0);">zplot</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(0,0,0);">k</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span></pre><div id="DWT196">The error message complained about the gca function. Should the snippet have been placed inside the plot routine itself?</div></div></blockquote>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></body></html>