Mathematica v9.0 on linux -- Plot3D
- To: mathgroup at smc.vnet.net
 - Subject: [mg131398] Mathematica v9.0 on linux -- Plot3D
 - From: matilley at gmail.com
 - Date: Thu, 18 Jul 2013 03:02:07 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - Delivered-to: l-mathgroup@wolfram.com
 - Delivered-to: mathgroup-outx@smc.vnet.net
 - Delivered-to: mathgroup-newsendx@smc.vnet.net
 
Hello, 
I seem to have either hit a bug, or accidentally tweaked a setting to induce a  very strange behavior. 
When plotting any function, using a call to Plot3D, the output has completely flipped the axes and axes labels in all three dimensions. As an example, here is the output for a new notebook, with a simple command:
In[1]:=Plot3D[x^2 + y^2, {x, 0, 1}, {y, 0, 1}]
http://imgur.com/rppKfkt
Any ideas?
Best
-Matt