[scilab-Users] XMLlab 1.72

StŽéphane Mottelet stephane.mottelet at utc.fr
Tue Apr 20 08:51:34 CEST 2010


Hi,

Julio Gonzalez-Saenz a écrit :
> Hi Stephane,
>
> 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:
>
> clc()
> n=[1:20]
> z=exp(%i*2*%pi.*n./10);
> phz=atan(imag(z),real(z));
> plot(n,phz)
>
>  I can not see any plot in the screen. But without the module running, 
> I can plot.. 
XMLlab plots graphics in pixmap mode, so if you plot in a simulations's 
window (after the
simulation has stopped) then the window is still in pixmap mode. If you 
don't especially
need to plot over the simulation plots, then close the window and plot 
in a "fresh" one, and
otherwise set the pixmap mode to off with set(gcf(),'pixmap','off').
>
> 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...
>
I assume you are using windows, but what is libplot ?
> Also, I can not un-install the module. I have to delete the entire 
> directory (brute force)..
>
OS, Scilab version, Error message ?
> Best Regards,

S.
>
> ------------------------------------------------------------------------
> *From:* mottelet <stephane.mottelet at gmail.com>
> *To:* users at lists.scilab.org
> *Cc:* users at lists.scilab.org
> *Sent:* Mon, 19 April, 2010 15:51:55
> *Subject:* [scilab-Users] XMLlab 1.72
>
> Hi all,
>
> I just uploaded the latest version of XMLlab at http://xmllab.org.
> This release fixes some problems encountered with the latest Scilab
> version (Scilab >= 5.2.1). Please note that this version won't work
> with Scilab versions < 5.
>
> S.
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100420/313a8a2e/attachment.htm>


More information about the users mailing list