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 end l want to have in my desktop histograms saved in different png file then all the histograms in one pdf file. x1.png x2.png x3.png x4.png . . .x1000.png and all the histograms from 1 to 1000 in one pdf file x.pdf thank you
