[Scilab-users] Unknown exception with "newaxes" function.

anna78 anna.parravicini at cnao.it
Wed Mar 23 10:10:55 CET 2016


Hi all,

using the following code:

"clf(1);
f=figure(1); 
f.figure_position=[200,0]
f.figure_size=[800,700]
f.figure_name=particle+' monitoring (hour average)';

subplot(211)
xtitle(particle+" mean position @ PUB - hour average");
xsetech([0,0,1,0.4]);
xlabel('timestamp (yymmddhh)');
ylabel('[mm]');
plot(xMean,'r.','markersiz',3);
plot(yMean,'k.','markersiz',3);
xgrid(0); 

a=gca();

h1=legend([strx;stry],1);// -1 = out upper right

subplot(212)
... "

the script (few) times work correctly, most of the times it says:

"Warning !!!
Scilab has found a critical error (Unknown exception)
with "newaxes" function.
Save your data and restart Scilab.
 !--error 1 
Assegnazione sbagliata.
at line      46 of function subplot called by :  
subplot(212)
 "

can somebody help me?
Why it could have troubles making the second subplot?

thanks a lot,
Anna



--
View this message in context: http://mailinglists.scilab.org/Unknown-exception-with-newaxes-function-tp4033832.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list