[Scilab-users] problem with margins and subplots

Stéphane Mottelet stephane.mottelet at utc.fr
Thu Oct 23 11:30:28 CEST 2014


Hello all,

Since 5.5.0 version, there is extra space used for 3D plots with isoview 
scaling. Here is a small script (and the resulting screenshots attached) 
to illustrate this :

set(gcf(),'axes_size',[800 400])
x=-1:0.1:1;
subplot(1,2,1)
mesh(x,x,x'*x)
set(gca(),'isoview','on')
subplot(1,2,2)
mesh(x,x,x'*x)
set(gca(),'isoview','on')

Besides the fact that the result is really ugly, this is an annoying 
regression (reported here http://bugzilla.scilab.org/show_bug.cgi?id=13640)

S.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sshot.5.4.1.png
Type: image/png
Size: 72031 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20141023/9e3ea62b/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sshot.5.5.1.png
Type: image/png
Size: 57352 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20141023/9e3ea62b/attachment-0001.png>


More information about the users mailing list