sclilab 5.1 craches when using graypolarplot
Bug #421016 reported by
David Jonsson
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scilab |
Fix Released
|
Critical
|
|||
scilab (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I tried to run the following in scilab 5.1
rbcmap=
rho=1:0.
z512=rand(
f=gcf();
f.color_map=rbcmap;
clf();graypolar
After several seconds resulting in an error. I attached the file mentioned in the error output
David
Changed in scilab: | |
importance: | Unknown → Critical |
status: | Unknown → Confirmed |
Changed in scilab: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
-- 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!