Randall J. LeVeque

Results 131 comments of Randall J. LeVeque
trafficstars

This issue is to remind us that there might be a better way than what is done in #67.

@mjberger: Can you be more specific what you're trying to control? Do you mean the size of the image shown in JSAnimation plots? Can you link to an example?

This seems to work. I suggest we also change to ``` plt.savefig(fname, bbox_inches='tight') ``` in line 1052 of `frametools.py`.

I won't say how long it took me to figure out why nothing showed up in my plots with a mapped grid the other day, but much too long. So...

Where would we raise it, whenever `skip_patches_outside_xylimits` is set to True by default? That might get tiresome? Note there's a possible warning message in the file that's not currently activated...

Glad to hear that VisClaw might work for you, but also it might not be hard for someone who knows VisIt to fix the reader to handle the latest format,...

Thanks for pointing this out @donnaaboise, I'll take a look. I made the change to be consistent with what I found worked well in [geoclaw.kmltools.pcolorcells_for_kml](https://github.com/clawpack/geoclaw/blob/dceeed043c0c59b5a2fb898daa01831f8fbd7dbe/src/python/geoclaw/kmltools.py#L1009), which I have been using...

There are some new regression test modules in clawutil that will be improved in the next few days and then we can start building up a set of tests, which...

If you make a new ClawPlotFigure with the same name as a previous one I think it does throw an error. We should do something similar with ClawPlotAxes.

When we run at different tide levels to incorporate tidal uncertainty in PTHA this is an issue and we need to adjust the color scale to be symmetric about the...