MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Front-end - a strange behaviour of Plot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109531] Re: Front-end - a strange behaviour of Plot3D
  • From: Chris Hill <chill at wolfram.com>
  • Date: Mon, 3 May 2010 07:54:17 -0400 (EDT)
  • References: <201005031010.GAA20617@smc.vnet.net>

At 05:10 AM 5/3/2010, slawek 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

It's possible that the issue is caused by a device connected to your 
computer which Mathematica considers a controller.

Evaluate ControllerInformation[] to see a list of connected controller devices.

To prevent a controller from causing your plot to move, use the 
ControllerLinking option:
Plot3D[1,{x,0,1},{y,0,1},ControllerLinking->False]

Chris Hill
Wolfram Research 



  • Prev by Date: Re: Front-end - a strange behaviour of Plot3D
  • Next by Date: How to manipulate ODE via EventLocator?
  • Previous by thread: Re: Front-end - a strange behaviour of Plot3D
  • Next by thread: Re: Front-end - a strange behaviour of Plot3D