<!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">
Hi,<br>
<br>
Julio Gonzalez-Saenz a écrit :
<blockquote cite="mid792023.87802.qm@web28312.mail.ukl.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Hi
Stephane,<br>
  <br>
I load the new version of XMLlab (1.72) and I have problems with the
graphics.  When I run the examples in the XML it works pwrfect. I can
see all the examples, specially the Lapace Equation and the Earth-Moon
orbit.. But as I ran this simple test:<br>
  <br>
clc()<br>
n=[1:20]<br>
z=exp(%i*2*%pi.*n./10);<br>
phz=atan(imag(z),real(z));<br>
plot(n,phz)<br>
  <div><br>
 I can not see any plot in the screen. But without the module running,
I can plot..  <br>
  </div>
  </div>
</blockquote>
XMLlab plots graphics in pixmap mode, so if you plot in a simulations's
window (after the<br>
simulation has stopped) then the window is still in pixmap mode. If you
don't especially<br>
need to plot over the simulation plots, then close the window and plot
in a "fresh" one, and<br>
otherwise set the pixmap mode to off with set(gcf(),'pixmap','off').<br>
<blockquote cite="mid792023.87802.qm@web28312.mail.ukl.yahoo.com"
 type="cite">
  <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">
  <div><br>
I noticed that when I finished installing the module, seems like the
the program does not include a reg key and libplot is not working
correctly.. just speculating... <br>
  <br>
  </div>
  </div>
</blockquote>
I assume you are using windows, but what is libplot ?<br>
<blockquote cite="mid792023.87802.qm@web28312.mail.ukl.yahoo.com"
 type="cite">
  <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">
  <div>Also, I can not un-install the module. I have to delete the
entire directory (brute force).. <br>
  <br>
  </div>
  </div>
</blockquote>
OS, Scilab version, Error message ?<br>
<blockquote cite="mid792023.87802.qm@web28312.mail.ukl.yahoo.com"
 type="cite">
  <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">
  <div>Best Regards,<br>
  </div>
  </div>
</blockquote>
<br>
S.<br>
<blockquote cite="mid792023.87802.qm@web28312.mail.ukl.yahoo.com"
 type="cite">
  <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">
  <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br>
  <div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font
 face="Tahoma" size="2">
  <hr size="1"><b><span style="font-weight: bold;">From:</span></b>
mottelet <a class="moz-txt-link-rfc2396E" href="mailto:stephane.mottelet@gmail.com"><stephane.mottelet@gmail.com></a><br>
  <b><span style="font-weight: bold;">To:</span></b>
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
  <b><span style="font-weight: bold;">Cc:</span></b>
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
  <b><span style="font-weight: bold;">Sent:</span></b> Mon, 19 April,
2010 15:51:55<br>
  <b><span style="font-weight: bold;">Subject:</span></b>
[scilab-Users] XMLlab 1.72<br>
  </font><br>
Hi all,<br>
  <br>
I just uploaded the latest version of XMLlab at <a
 href="http://xmllab.org" target="_blank">http://xmllab.org</a>.<br>
This release fixes some problems encountered with the latest Scilab<br>
version (Scilab >= 5.2.1). Please note that this version won't work<br>
with Scilab versions < 5.<br>
  <br>
S.<br>
  </div>
  </div>
  </div>
  <br>
</blockquote>
<br>
</body>
</html>