[Scilab-users] figure_size

Rafael Guerra jrafaelbguerra at hotmail.com
Sun Sep 10 15:41:07 CEST 2017


For your example, adding the p.axes_size command below should be enough:

p=gdf();
p.background=8;
p.figure_position = [80,20];
p.auto_resize="off";
p.figure_size = [931,750];
p.axes_size=[910,620];

plot2d() //create a figure

Regards,
Rafael
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Claus Futtrup
Sent: Sunday, September 10, 2017 2:48 PM
To: users at lists.scilab.org
Subject: Re: [Scilab-users] figure_size

Hi Rafael

FYI, just adding auto_resize = "off" means that the actual plot doesn't resize to the new (bigger) plot area. I get a small plot in a larger plot area and lots of white space.

You're probably right, I need a combo of settings.

Best regards,
Claus



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170910/39a746f8/attachment.htm>


More information about the users mailing list