help-octave
[Top][All Lists]
Advanced

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

Re: Axis Label Orientation


From: Ben Abbott
Subject: Re: Axis Label Orientation
Date: Fri, 24 Feb 2012 07:59:49 -0500

On Feb 24, 2012, at 4:21 AM, Jacques wrote:

> Hi all, 
> 
> I'm using the latest Octave version on Win7 and I tried yesterday to plot
> some data.
> The ylabel is written horizontally by default and not vertically along the
> plot axis.
> Could someone help me to solve this issue ?
> 
> The plotter is the embedded Gnuplot thing, so maybe that's the problem ?
> 
> Thanks
> 
> Jacques, Paris

This is a problem with Gnuplot.

If you have X11 installed, you can try the Gnuplot x11 terminal. From  Octave 
...

        setenv GNUTERM x11
        close all
        plot (rand (3))

Ben



reply via email to

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