clawpack / visclaw

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

Don't skip patches if mapped grid used #279

Closed rjleveque closed 4 years ago

rjleveque commented 4 years ago

To address #278.

If the user hasn't set plotaxes.skip_patches_outside_xylimits then the internal skip_patches_outside_xylimits will be set to True only if there is no map2cp function specified for the plotdata or any plotitem.

We need a better approach in general.

rjleveque commented 4 years ago

Oops, @mandli merged before I made another change of name. I'll open a new PR.

mandli commented 4 years ago

Ah sorry!