Hi all,
The following code fails on my box (python3.3, linux Mint 15, latest
matplotlib code from github):
```python
import matplotlib as mpl
from mpl_toolkits.mplot3d import Axes3D
import numpy as np
import matplotlib.pyplot as plt
mpl.rcParams['legend.fontsize'] = 10
fig = plt.figure()
ax =
It appears I haden't properly updated the package, sorry for the noise.
G.
Le 18/12/2013 12:16, Guillaume Gay a écrit :
> Hi all,
>
> The following code fails on my box (python3.3, linux Mint 15, latest
> matplotlib code from github):
>
> ```python
> import matplotlib as mpl
> from mpl_toolkits