<refsection>
<title>Exemples</title>
<programlisting role="example"><![CDATA[
-// Premier exemple
- backupstyle='?'
-
+ // Premier exemple
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
replot([-1,-1,10,2])
]]></programlisting>
<scilab:image>
- backupstyle='?'
-
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
replot([-1,-1,10,2])