53. plot2d — plot2d.py

Generic 2D plotting functions for pyFormex.

Classes defined in module plot2d

Functions defined in module plot2d

plot2d.showHistogram(x, y, txt, **options)

Show a histogram of x,y data.

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

Create a histogram from data

Documentation

Previous topic

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

Next topic

54. olist — Some convenient shortcuts for common list operations.