73. plugins.plot2d — plot2d.py

Generic 2D plotting functions for pyFormex.

73.1. Functions defined in module plugins.plot2d

plugins.plot2d.showStepPlot(x, y, xlabel='', ylabel='', label='', title=None)[source]

Show a step plot of x,y data.

plugins.plot2d.showHistogram(x, y, cumulative=False, xlabel='', ylabel='', label='', title='')[source]

Show a histogram of x,y data.

plugins.plot2d.createHistogram(data, cumulative=False, **kargs)[source]

Create a histogram from data