Generic 2D plotting functions for pyFormex.
54.1. Functions defined in module plugins.plot2d
-
plugins.plot2d.
showStepPlot
(x, y, label='', title=None, plot2d_system=None)[source]
Show a step plot of x,y data.
-
plugins.plot2d.
showHistogram
(x, y, label, cumulative=False, plot2d_system=None)[source]
Show a histogram of x,y data.
-
plugins.plot2d.
createHistogram
(data, cumulative=False, **kargs)[source]
Create a histogram from data