visclaw
visclaw copied to clipboard
Clawpack visualization tools
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...
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.
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...
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`...