On Nov 3, 2011, at 8:35 PM, Alexander Hansen wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 11/1/11 5:45 PM, Ben Abbott wrote:
>> 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),
> 
> Also 10.5 and 10.6 now.

Excellent!

Alex, if you have some suggestions for Octave's README.MacOS, you can email 
them to me and I'll have them added.

>> 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
>> 
> 
> I've also found when using Aquaterm that sometimes what I got on
> screen looked weird, but PDFs or printouts wound up looking OK.

Yes. One unfortunate feature of gnuplot is that each terminal is responsible 
for text object placement. Thus, the text is not positioned in a consistent 
manner across different terminals.

With 3.4.x, all output via the print command are derived from EPS. This allows 
Octave to produce consistent output. We've also made some tweaks to "aqua" 
output to more closely match the x11 and wxt output.

Ben


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to