[scilab-Users] Cannot see the figure after using plot()

Sylvestre Ledru sylvestre.ledru at scilab.org
Thu Jul 21 18:28:35 CEST 2011


Or try:
system_setproperty("jogl.gljpanel.nohw",""); 

S

Le mercredi 20 juillet 2011 à 14:53 +0200, Calixte Denizet a écrit :
> Hi,
> 
> Try to update the driver of your graphic card.
> 
> Regards,
> 
> Calixte
> 
> On 19/07/2011 21:32, Ann YC Liu wrote: 
> > Hello, 
> >  
> > I installed scilab 5.2.3 on window vista with service pack2.
> > I tried to use plot( ) to plot figure but nothing is shown on the
> > graphic window.
> > (please see the copy of my screen below)
> >  
> > I cannot figure out what's going on, could you help me for this?
> >  
> > the following is what I typed to plot the figure...nothing special.
> >  
> > t  =  0:%pi/100:2*%pi;
> > y = sin(t);
> > plot(t,y);
> >  
> > Best Regard
> > Liu  
> > scilab problem.jpg
> 





More information about the users mailing list