scallop dome pyformex logo

Previous topic

52. partition — Partitioning tools

Next topic

54. polygon — Polygonal facets.

[FSF Associate Member]

Valid XHTML 1.0 Transitional

53. plot2d — plot2d.py

Generic 2D plotting functions for pyFormex.

Classes defined in module plot2d

Functions defined in module plot2d

plot2d.showStepPlot(x, y, label='', title=None, plot2d_system=None)

Show a step plot of x,y data.

plot2d.showHistogram(x, y, label, cumulative=False, plot2d_system=None)

Show a histogram of x,y data.

plot2d.createHistogram(data, cumulative=False, **kargs)

Create a histogram from data