clawpack / visclaw

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

Create One Figure and Change `xlimits` and `ylimits` to Reduce Computation #246

Open mandli opened 5 years ago

mandli commented 5 years ago

Basic idea is to modify the plotting loop so that only one figure for a given field is created and then if zoom ins are requested that instead of creating a figure for each that we just adjust the xlimits and ylimits accordingly.