clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 48 forks source link

Allow more options to be passed to ianimate(): figsize, xlim, ylim. #208

Closed ketch closed 7 years ago

ketch commented 7 years ago

One user was having trouble with the animation figures being too large on a small screen. This allows the figure size and axis limits to be set in the ianimate() call, using the normal matplotlib keywords.

mandli commented 7 years ago

This works for me (the notebook).