On Nov 1, 2011, at 4:57 PM, Alexander Hansen wrote:
> On 11/1/11 3:42 PM, Hans-Jürgen Greif wrote:
>> Hello,
>>
>> the Aquaterm plots are very nice in octave but the bode diagram has
>> problems in respect of image titles. I have attached a simple
>> bode.pdf .
>>
>> Regards,
>>
>> Hans
>
> I'm not sure this is a Fink-specific problem. At least, I don't think
> we make any alterations to Octave, gnuplot, or Aquaterm which would
> account for this.
>
> What you're showing looks to me like something you would need to use
> plot options in your Octave script to adjust.
> - --
> Alexander Hansen
> Fink User Liaison
Unfortunately, each of gnuplot's terminal types implement the spacing of text
differently. The most recent releases of Octave (3.4.x) make things slightly
better.
If you are using the 3.4.3 version (Fink provides a package for 10.7), and are
unhappy with the standard placement of the text objects, then you can try ...
set (findobj (gcf, "type", "axes"), "activepositionproperty",
"outerpositionproperty")
... or you can try the x11 terminal instead of aqua.
close all
setenv ("GNUTERM", "x11")
... and try your plot again.
In either event, this question is better suited for the Octave mail-list
https://mailman.cae.wisc.edu/listinfo/help-octave
Ben
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners