Randall J. LeVeque
Randall J. LeVeque
I've run into this several times. If a user downloads clawpack somewhere and does ``` python setup.py symlink-only ``` and the moves it (and resets `$CLAW` appropriately), of course all...
There might be a couple more updates before releasing, but this is nearly ready.
The new feature added in #262 skips plotting AMR patches that are outside the specified xlimits and ylimits, unless `plotaxes.skip_patches_outside_xylimits == False` as provided in #263. By default this is...
In `setplot.py` we set `plotdata.format` to `ascii` or `binary` and then all output directories referenced have to have the same format. Often there's only one `_output` or maybe two similar...
`gaugetools.plot_gauge_locations` with `gaugenos='all'` even plots gauges outside the extent of xlimits, ylimits. Can we automatically suppress gauges outside the extent?
If gauges exist but the setplot function does not have instructions to plot, giving the plotgauge command in Iplotclaw loops through the gauges and says it is plotting each, but...
Follow up on comments in PR #91.
Most setplot.py files contain the line plotdata.print_format = 'png' # file format Changing this currently has no effect on what's produced since plotpages.py creates png files for the html it...
Also the figure perhaps.
Revisit discussion in #148 and consider moving these tools elsewhere and/or using Pandas.