Comment 4 for bug 421016

Revision history for this message
In , Malshan Peiris (lmpeiris) wrote :

-- Bug description --

Scilab is unable to draw plots, contours, and any other graphics elements which is loaded under figure elements.
x=[0:0.1:10]:
y=sin(x);
plot(x,y) produces pops up the figure window but there's nothing i can see
same with other plot-like commands contour etc....
When running demo's under help, it shows the list under graphics but none of those examples shows anything visible except the blank figure window with black background. The background colour cannot be changed by the figure properties too.
when 3-d rotation is used, processor speeds up, and values "alpha", "theta" changes, so i guess the plot is there but the problem is i cannot see it.

java - 1.6_05
wxwidgets - 2.8
VGA - intel 945GMA using intel experimental driver on FC9 (i386)
scilab - version 5.0.3 from linux-i686 binary

do i have to compile from the sorce instead?

-- Scilab error message --

none displayed in either scilab console or terminal window

-- How to reproduce the bug --

i only need to try any plot to get this error!