jkitchin / pycse

Python computations in science and engineering
GNU General Public License v2.0
245 stars 68 forks source link

show in pyreport does not show all images, only the last one. #8

Closed jkitchin closed 7 years ago

jkitchin commented 11 years ago

import matplotlib.pyplot as plt

plt.figure(1) plt.plot([1,2,3,4])

plt.figure(2) plt.plot([1,1,1,1])

plt.show()

to fix, show needs to access all the figures and save each one.

jkitchin commented 7 years ago

eliminated publish