Plotting examples in 1dΒΆ

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:

Previous topic

current_data

Next topic

Single figure, axes, item

This Page