clawpack / visclaw

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

add option to suppress skipping patches #263

Closed rjleveque closed 4 years ago

rjleveque commented 4 years ago

If plotaxes.skip_patches_outside_xylimits = False then all patches will be plotted, even if outside the specified limits. Default is True.

Addresses concerns in #262.