clawpack / visclaw

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

Remove all uses of hold() command. #229

Closed ketch closed 6 years ago

ketch commented 6 years ago

This command now has no effect except to trigger a deprecation warning. It may be necessary in some places to add calls to clf() since the default behavior of matplotlib has changed.

rjleveque commented 6 years ago

I think this is out of date -- these changes were merged in #210 already.

mandli commented 6 years ago

I agree with @rjleveque, this does seem to be already merged. It looks like @ketch's master branch is behind but I am not sure why the PR isn't comparing correctly.

ketch commented 6 years ago

Right, thanks. I was cleaning out old branches and got mixed up.