Re: [Matplotlib-users] matplotlib is slow

2012-12-31 Thread C M
Resurrecting an old thread here On Tue, Mar 29, 2011 at 3:23 PM, David Kremer wrote: > > I would recommend running the import in the Python profiler to determine > > where most of the time is going. When I investigated this a few years > > back, it was mainly due to loading the GUI toolkits

Re: [Matplotlib-users] scatter3D error (color + transparancy)

2012-12-31 Thread Benjamin Root
On Thu, Dec 27, 2012 at 10:08 AM, Diego Avesani wrote: > > dear all, > this is my code: > > *import numpy as np* > > *import matplotlib.pyplot as plt* > > *from mpl_toolkits.mplot3d import Axes3D* > > *data1Dx = np.genfromtxt('output.dat')* > > *xp = data1Dx[:,0]* > > *yp = data1Dx[:,1]* > > *zpA