[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [newbie] plotting function of three variables
From: |
Ben Abbott |
Subject: |
Re: [newbie] plotting function of three variables |
Date: |
Mon, 11 Feb 2013 16:41:22 -0500 |
On Feb 11, 2013, at 4:20 PM, stn021 wrote:
> 2013/2/11 Ben Abbott <address@hidden>
> >>> On Mon, Feb 11, 2013 at 11:20 AM, Hugo Coolens <address@hidden> wrote:
> >> ... help scatter3
>
> Is there a way to rotate the graph with the mouse after the colorbar has been
> turned on? colorbar seems to freeze the graph an return it to default
> position.
>
> - stn
If you have a recent version of Octave (3.6.x), you can try the FLTK graphics
toolkit.
graphics_toolkit fltk
close all
demo sombrero 1
colorbar
Then click the "R" button on the lower toolbar and you should be able to rotate
the image.
If you need to use gnuplot, try changing the axes "view" property.
Ben