On Thursday, September 1, 2016 at 8:22:50 AM UTC-4, Ahmed Mazari wrote:
>
> Hello,
>
> l want to know how to directly from a code save my histograms in my 
> repertory.
>
>
> using PyPlot
>
> for i in 1:1000
> h = plt[:hist](x[i],40) # Histogram
> # how to store each x[i] in a png format in my desktop
>
>
savefig("myfile$i.png")

(exactly as in Matplotlib). 

Reply via email to