how to get plots made faster

2012-03-08 Thread amar Singh
The following is the part of my code which is running faster locally and more slowly remotely via ssh on the same machine. Note I am trying to generate a multi-page report. ## create plots and write to a pdf file from scipy import * import matplotlib.pyplot as plt from matplotlib.backends.backend

Re: help: confused about python flavors....

2012-03-07 Thread amar Singh
On Mar 7, 9:41 am, Dennis Lee Bieber wrote: > On Tue, 6 Mar 2012 20:06:37 -0800 (PST), amar Singh > declaimed the following in > gmane.comp.python.general: > > > Hi, > > > I am confused between plain python, numpy, scipy, pylab, matplotlib. > > > I have h

help: confused about python flavors....

2012-03-06 Thread amar Singh
Hi, I am confused between plain python, numpy, scipy, pylab, matplotlib. I have high familiarity with matlab, but the computer I use does not have it. So moving to python. What should I use? and the best way to use it. I will be running matlab-like scripts sometimes on the shell prompt and someti