Plotting examplesΒΆ

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 pyclaw.Iplotclaw.Iplotclaw() would be used to step through the frames, or the function pyclaw.plotting.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:

Previous topic

ClawPlotItem

Next topic

Example of a single figure with one item

This Page