Discussion:
Cannot see the figure after using plot()
Ann YC Liu
2011-07-19 19:32:06 UTC
Permalink
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
[image: scilab problem.jpg]
Picot Martial
2011-07-20 10:30:34 UTC
Permalink
Post by Ann YC Liu
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
Perhaps try with linspace for t.
Friendly
Martial Picot
Calixte Denizet
2011-07-20 12:53:06 UTC
Permalink
Hi,

Try to update the driver of your graphic card.

Regards,

Calixte
Post by Ann YC Liu
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
Sylvestre Ledru
2011-07-21 16:28:35 UTC
Permalink
Or try:
system_setproperty("jogl.gljpanel.nohw","");

S
Post by Calixte Denizet
Hi,
Try to update the driver of your graphic card.
Regards,
Calixte
Post by Ann YC Liu
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
Loading...