[scilab-Users] Plotlib 0.4

Sylvestre Ledru sylvestre.ledru at scilab.org
Thu Mar 18 14:26:43 CET 2010


Le jeudi 18 mars 2010 à 14:18 +0100, StŽéphane Mottelet a écrit :
> Sylvestre Ledru a écrit : 
> > 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.
> >   
> maybe everything needs more testing before, don't you think so ? 
Well, it is a new release, to me, it deserves to be uploaded ;)

Sylvestre




More information about the users mailing list