Re: Front-end - a strange behaviour of Plot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg109528] Re: Front-end - a strange behaviour of Plot3D
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 3 May 2010 07:53:44 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Presumably you had y range from 0 to 1.
I did not see any problem on my system.
$Version
7.0 for Mac OS X x86 (64-bit) (February 19, 2009)
Plot3D[1, {x, 0, 1}, {y, 0, 1}]
Bob Hanlon
---- slawek <slawek at host.pl> wrote:
=============
The command
Plot3D[1,{x,0,1},{y,1,1}]
produce a 3D plot which CONTINOUSLY ROTATE when the output cell is selected.
It is like the rotation with mouse, but it is without any mouse action.
I pretty sure that it is a bug, this morning Plot3D gives static picture.
What it is?
TIA
slawek