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: bpabbott
Subject: Re: changes to graphics.cc and subplot.m
Date: Fri, 19 Jul 2013 12:58:02 -0700 (PDT)

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> 

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.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/changes-to-graphics-cc-and-subplot-m-tp4655812p4655825.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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