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
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
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
>>
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__
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