octave-maintainers
[Top][All Lists]
Advanced

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

Re: more graphics changes.


From: Daniel J Sebald
Subject: Re: more graphics changes.
Date: Mon, 19 Mar 2007 14:33:53 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Søren Hauberg wrote:
John W. Eaton skrev:

It would be helpful to me if people who have been using the new
graphics features could check that I haven't broken too many things.
Please report any problems that you find to this list.

Using a recent checkout of both octave and gnuplot I have a minor issue: I can't use the mouse to rotate 3D plots. I have the following in my ~/.gnuplot:
  set terminal x11
  set mouse

Is there anything in the octave code that prevents the mouse from being active?

Works here (Fedora 3 linux).  I set up ~/.gnuplot as you describe and ran:

  x = [1:50]'*ones(1,50);
  mesh(x)

Dan


reply via email to

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