[Matplotlib-users] mplot3d

2013-09-17 Thread Nils Wagner
Hi all, How can I modify the grid linewidth and grid line color of an Axes3D object ? is it possible to use white instead of gray for the background color ? The following snippet doesn't show the desired effect. from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt fig = plt.fi

Re: [Matplotlib-users] mplot3d

2013-09-17 Thread Benjamin Root
On Tue, Sep 17, 2013 at 4:25 AM, Nils Wagner wrote: > Hi all, > > How can I modify the grid linewidth and grid line color of an Axes3D > object ? > is it possible to use white instead of gray for the background color ? > > The following snippet doesn't show the desired effect. > > from mpl_toolki

Re: [Matplotlib-users] mplot3d

2013-09-17 Thread Nils Wagner
Hi Ben, It works for me. Thank you very much ! Best wishes Nils On Tue, Sep 17, 2013 at 3:25 PM, Benjamin Root wrote: > > > > On Tue, Sep 17, 2013 at 4:25 AM, Nils Wagner wrote: > >> Hi all, >> >> How can I modify the grid linewidth and grid line color of an Axes3D >>

Re: [Matplotlib-users] Qt4 Example timing out

2013-09-17 Thread Benjamin Root
On Tue, Sep 17, 2013 at 11:55 AM, Chad Kidder wrote: > I'm following the MPL Qt4 example given at > http://matplotlib.org/examples/user_interfaces/embedding_in_qt4.html and > it looks like I am timing out somewhere in the setup. The error I am > getting is: > > RuntimeError: super-class __init__

[Matplotlib-users] Qt4 Example timing out

2013-09-17 Thread Chad Kidder
I'm following the MPL Qt4 example given at http://matplotlib.org/examples/user_interfaces/embedding_in_qt4.html and it looks like I am timing out somewhere in the setup. The error I am getting is: RuntimeError: super-class __init__() of type MyDynamicMplCanvas was never called It's timing out on