visclaw icon indicating copy to clipboard operation
visclaw copied to clipboard

Clawpack visualization tools

Results 32 visclaw issues
Sort by recently updated
recently updated
newest added

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...

Based on docstrings, it seems like the following functions are obsolete: timeframes2html in plotpages.py printframes in frametools.py and data.py printgauges in gaugetools.py Perhaps there are others I've missed. Given that...

low priority

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...

low priority

Revisit discussion in #148 and consider moving these tools elsewhere and/or using Pandas.

GeoClaw has a parameter to adjust the `sea_level`. I am not sure how to really get this into the function, maybe provide a key word argument for the sea level...

gauges plot on frames even if they are outside the axes limits for a particular plot, but still inside the whole domain.

Currently the parallel plotting capability only works when the the `setplot` argument is a path to a separate file (i.e. you cannot pass it a function handle). As suggested by...

low priority

Several people have been experimenting with plotting Clawpack output using other packages, so we started a `dev` directory containing subdirectories for each package. Currently these are only on the `dev_other_vis_packages`...