[Scilab-users] xsetech, plot and background

anna78 anna.parravicini at cnao.it
Tue Mar 22 15:50:42 CET 2016


Hi all,

I'm making the attached figure using the following code.
Can you help me to take out the bad white background appearing in the last
(other time in both) the subplots?

thanks!
Anna

clf(1);
//f=gcf(); // macro shortcut <=> f=get("current_figure")
f=figure(1); // creo figure con id=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,0.8,0.4]);
//g=gcf();
//g.background=0;
xlabel('timestamp (yymmddhh)');
ylabel('[mm]');
plot(xMean,'r.','markersiz',3);
plot(yMean,'k.','markersiz',3);
xgrid(0); //0=black; 2=blue; 

subplot(212)
xtitle(particle+" standard deviation @ PUB - hour average");
xsetech([0,0.5,0.8,0.4]);
xlabel('timestamp (yymmddhh)');
ylabel('[mm]');
plot(xDevSt,'r.','markersiz',3);
plot(yDevSt,'k.','markersiz',3);
//
xgrid(0); //0=black; 2=blue; .


<http://mailinglists.scilab.org/file/n4033821/PUB_PROTON_monitoring_v0_736398.png> 





--
View this message in context: http://mailinglists.scilab.org/xsetech-plot-and-background-tp4033821.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list