Open mandli opened 10 years ago
There's a simple example of how to plot with countourf in the notebook http://nbviewer.ipython.org/url/clawpack.github.io/notebooks/topotools_examples.ipynb
We could allow lots more options, but I'm not sure how much we want to try to guess what users might do. I see the Topography.plot
function as a simple way to see something but in general it's easy enough to plot directly what one wants.
But I have no objection to adding this functionality if someone wants to do so.
I was not thinking of anything to complex. Mostly I use the plot
function as a quick way to view topography data anyway so putting too much complexity in there does not seem worthwhile.
Currently the
Topography
classplot
function only knows how to plot usingpcolor
orimshow
. We should allow for plotting usingcontourf
, maybe even automatically if the topography data is large enough.