<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sylvestre Ledru a écrit :
<blockquote cite="mid1285231865.13920.4470.camel@korcula.inria.fr"
 type="cite">
  <pre wrap="">Le jeudi 23 septembre 2010 à 10:47 +0200, StŽéphane Mottelet a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">David PICARD a écrit :
    </pre>
    <blockquote type="cite">
      <pre wrap=""> Hi,

I have to make about 100 2D plots, and I'd like to send them to PNG 
images instead of creating 100 windows on my desktop. How should I do 
that ?

David.


      </pre>
    </blockquote>
    <pre wrap="">Hi,

actuallly, since version 5, Scilab need to create the graphics on screen 
before
exporting them, even by using the driver/xinit/xend stuff. If you need
a "silent" export, use Scilab 4.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Actually, under GNU/Linux (and probably Mac OS X), you can manage this
through Xvfb:
<a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/Xvfb">http://en.wikipedia.org/wiki/Xvfb</a>

Sylvestre


  </pre>
</blockquote>
Xvfb seems to support a software GLX extension, interesting. <br>
<br>
S.<br>
</body>
</html>