[scilab-Users] Plotlib 0.4

Sylvestre Ledru sylvestre.ledru at scilab.org
Thu Mar 18 14:15:51 CET 2010


Salut Stéphane,

Le jeudi 18 mars 2010 à 11:36 +0100, StŽéphane Mottelet a écrit :
> 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.
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:
http://www.lmac.utc.fr/~mottelet/plotlib/html-0.4/en_US/mesh.png


* Could you apply the patch:
http://svn.debian.org/viewsvn/debian-science/packages/scilab-toolboxes/plotlib/trunk/debian/patches/plotlibLoad.diff?view=markup
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.

Sylvestre


-- 
-------------------------
Sylvestre Ledru
-------------------------
The Scilab Consortium
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
France
-------------- next part --------------
A non-text attachment was scrubbed...
Name: anti_aliasing.jpg
Type: image/jpeg
Size: 39259 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20100318/b3e2ed8d/attachment.jpg>


More information about the users mailing list