Plotting examples in 2d

Normally most of the commands shown in these examples would go in a function setplot(plotdata) that would set various attributes of the object plotdata of class ClawPlotData.

Then Iplotclaw would be used to step through the frames, or the function printframes() would be used to print all the figures and create html pages to facilitate stepping through them.

See Plotting options in Python for more details on this process.

Contents:

Table Of Contents

Previous topic

Specifying a function plot_var for the plotting variable

Next topic

Pseudo-color (pcolor) plot

This Page