help-octave
[Top][All Lists]
Advanced

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

aquaterm plot display--no axis labels appear


From: Elizabeth Clark
Subject: aquaterm plot display--no axis labels appear
Date: Wed, 29 Jul 2009 10:42:33 -0700
User-agent: Microsoft-Entourage/12.20.0.090605

Hi all,

I’m running Octave version 3.2.0 installed from a MacOS X ready to run binary. It’s set up with Gnuplot version 4.2.5 from the same binary distribution. I’m using AquaTerm as my display app and have the following lines in the Gnuplot start script

    DYLD_FRAMEWORK_PATH="${ROOT}/lib:${DYLD_FRAMEWORK_PATH}" \
       open "${ROOT}/lib/AquaTerm.app"

When I use the plot command in Octave, the plot appears as expected, but when I then type in

hold on
xlabel(‘x’)
ylabel(‘y’)
title(‘title’)

The labels generally don’t appear or are cutoff. It looks like the labels are probably plotting outside of the AquaTerm window. The old click-and-expand approach of making the window bigger just makes the plot with its truncated boundaries bigger—still no labels.

Any idea what I need to do to extend the plotting space visible in AquaTerm?

Your help is much appreciated!

Liz

reply via email to

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