scallop dome pyformex logo

Previous topic

48. objects — Selection of objects from the global dictionary.

Next topic

50. polygon — Polygonal facets.

[FSF Associate Member]

Valid XHTML 1.0 Transitional

49. 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