On Jan 28, 12:29 pm, kiwanuka wrote:
> Hi all,
>
> I wonder if anyone knows any alternative function in pylab (or
> otherwise) that could be used to save an image. My problem is as
> follows:
>
> ---
> from pylab import *
> ...
>
> figure(1)
> f
Hi all,
I wonder if anyone knows any alternative function in pylab (or
otherwise) that could be used to save an image. My problem is as
follows:
---
from pylab import *
...
figure(1)
fig1 = gca()
figure(2)
fig2 = gca()
figure(3)
fig3 = gca()
for i,data_file in enumerate(data_file_li