Re: how to get plots made faster

2012-03-08 Thread Mark Lawrence
On 09/03/2012 04:40, amar Singh wrote: 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.pyplo

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