octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: changes to graphics.cc and subplot.m


From: Michael D. Godfrey
Subject: Re: changes to graphics.cc and subplot.m
Date: Fri, 19 Jul 2013 16:18:44 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

On 07/19/2013 04:09 PM, PhilipNienhuis wrote:
bpabbott wrote
>Using your scripts, the result doesn't look as bad as what you posted.
<http://octave.1599824.n4.nabble.com/file/n4655825/brug-octave.png>
Yep; remarkably. I really don't follow why your result is so much better
with the same script.

The plots I posted were the same on Windows and Linux. Does OSX handle
graphics a bit differently?

Did you have the changesets by Panxto & Rik applied as well?


>If I make a slight modification ...
>
>   margins.top = min (margins.top, margins.row);
>   margins.bottom = min (margins.bottom, margins.row);
>   margins.right = min (margins.right, margins.column);
>   margins.left = min (margins.left, margins.column);
>
>Then I get a bit more improvement ...
<http://octave.1599824.n4.nabble.com/file/n4655825/brug-octave-modified.png>
>
>I think this change would be ok and improve the esthetics. If you agree,
>I'll push a change.
As for me I'd like even higher subplots (less empty space in between), more
like the first ("good") example I posted.
But first I'd like to know how come you get so much different results with
the same script.

Philip

I think that you can get something like what you want by using the "align" option
in the subplot() calls.  Works well for me.  If you like it, tell Ben.

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]