clawpack / visclaw

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

Fix frametools for 1d plotting #156

Closed rjleveque closed 9 years ago

rjleveque commented 9 years ago

@donnaaboise: One section of frametools.py assumed 2d and so merging #150 broke plotting in 1d.

This was for masking plots needed for kml files, so I moved it into a section marked

    if plotfigure.use_for_kml:

and indented.

Less complicated than it appears in the diff of files.

rjleveque commented 9 years ago

Don't merge this yet -- this fix breaks other things.