[Matplotlib-users] Issue with mplot3d

2013-12-18 Thread Guillaume Gay
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 =

Re: [Matplotlib-users] Issue with mplot3d (Not a bug)

2013-12-18 Thread Guillaume Gay
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