[Scilab-users] Fwd: plotxxyyy

Rafael Guerra jrafaelbguerra at hotmail.com
Tue Oct 11 16:23:08 CEST 2016


Hi Frieder,

Please, check this for the 2nd x-axis matter:

x1 = -10:0.5:10; y1 = sin(x1);
x2 = -20:20; y2= 5*cos(x2);
x3 = -30:2:30;
clf()
subplot(4,1,1)
plot(x1,y1,'r')
subplot(4,1,2)
plot(x2,y2,'b')
subplot(4,1,3)
plot(x1,y1,'g',x2,y2,'c')
subplot(4,1,4)
plot2d(x3,0*x3,strf="020");   //no box surrounding plot
a=gca();
a.children.children(1).visible = "off";  // line invisible
a.axes_visible = ['on','off'];
a.x_location = 'top';


PS: 
Would it be possible to increase the message size limit of 100 KB on this ML?
100 KB seems too restrictive.

Regards,
Rafael


More information about the users mailing list