ecell / ecell4

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
17 stars 9 forks source link

Enable to save an image in plot_world #15

Open kaizu opened 6 years ago

kaizu commented 6 years ago

Allow something like the following:

w = load_world('test.h5')
viz.plot_world(w, filename='test.png')  # or output='test.png'?