[Matplotlib-users] No Display in Axes3D with Logarithmic axes

2011-04-03 Thread hongleij
OS :Win7 SP1 ActivePython-2.7.1.3-win32-x86.msi numpy-1.5.1-win32-superpack-python2.7.exe matplotlib-1.0.1.win32-py2.7.exe Code: from mpl_toolkits.mplot3d import axes3d ax = axes3d.Axes3D(plt.gcf()) #ax.set_xlim(1,10) #ax.set_ylim(1,10)

[Matplotlib-users] can't output emf/pdf/eps figure file corrently with my dataset.

2011-03-09 Thread hongleij
Win7SP1/ActivePython-2.7.1.3-win32-x86 matplotlib-1.0.1.win32-py2.7 from sourceforge I met the following with my dataset: Save emf Error: too many values to uppack Save pdf Error: Path lacks initial MOVETO Save eps: No Erro ,but cann't open it. Here is the code : import cPickle import