views:

213

answers:

2

I'm using aquaterm 1.0.1 through octave and gnuplot - on my mac - to generate printable plots. When aquaterm generates my plots, it has a habit of cutting off or cropping all of the titles and axis labels.

Is there another imaging program that works with octave that won't have this problem? Or are there other fixes I haven't thought of?

A: 

While I don't know why aquaterm cuts of parts of your plot, you can try using X11 terminal. In Octave, you can say setenv GNUTERM 'x11' to do so.

Alok
A: 

Great help. This is awesome. Thanks a bunch. I followed your advice of using x11 instead of aquaterm and I was able to generate a plot and see the axes. Thanks again.

ppp