<!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="mid1268918151.4054.415.camel@zlarin" type="cite">
<pre wrap="">Salut Stéphane,
Le jeudi 18 mars 2010 à 11:36 +0100, Stéphane Mottelet a écrit :
</pre>
<blockquote type="cite">
<pre wrap="">Hi all,
I am proud to announce the release of Plotlib 0.4
If you use the Plotlib and find any bugs or need some features which are
missing, just le me know.
</pre>
</blockquote>
<pre wrap=""><!---->Nice work! Embedding screenshot is just great!
Three questions/comments:
* You should enable the anti_aliasing when taking the screenshot, the
result is way better.
For example:
[u,v]=meshgrid(linspace(0,%pi,30),linspace(0,%pi,30));
mesh(sin(v).*cos(u),sin(v).*sin(u),cos(v),'edgecolor','blue');
hold on
mesh(sin(v).*cos(u),1-sin(v).*sin(u),cos(v),'edgecolor','red');
hold off
axis equal
axis([-1 1 -1 2 -1 1])
h=gcf();
h.anti_aliasing="8x";
CF screenshot
compare to:
<a class="moz-txt-link-freetext" href="http://www.lmac.utc.fr/~mottelet/plotlib/html-0.4/en_US/mesh.png">http://www.lmac.utc.fr/~mottelet/plotlib/html-0.4/en_US/mesh.png</a>
* Could you apply the patch:
<a class="moz-txt-link-freetext" href="http://svn.debian.org/viewsvn/debian-science/packages/scilab-toolboxes/plotlib/trunk/debian/patches/plotlibLoad.diff?view=markup">http://svn.debian.org/viewsvn/debian-science/packages/scilab-toolboxes/plotlib/trunk/debian/patches/plotlibLoad.diff?view=markup</a>
it will work better (macros/lib has some hardcoded stuff on build time)
and this file will probably disappear in Scilab 6.
* Finally, I uploaded this release into Debian.
</pre>
</blockquote>
maybe everything needs more testing before, don't you think so ? <br>
<br>
<blockquote cite="mid1268918151.4054.415.camel@zlarin" type="cite">
<pre wrap="">
Sylvestre
</pre>
<br>
<hr size="4" width="90%"><br>
<center><img src="cid:part1.04040209.09080201@utc.fr"></center>
</blockquote>
<br>
</body>
</html>