pymdea.plot¶
Plotting functions.
DeaPlotter(model, theme=None)
¶
Plot DEA results.
Plot DEA results.
| PARAMETER | DESCRIPTION |
|---|---|
model
|
Object containing the results of a DEA analysis to be plotted.
TYPE:
|
theme
|
Must be either None or a string corresponding to a matplotlib.pyplot style.
TYPE:
|
Source code in src/pymdea/plot.py
mu_candidates(fig_width=5, fig_height=3)
¶
Plot the possible values of mu.
| PARAMETER | DESCRIPTION |
|---|---|
fig_width
|
Width, in inches, of the figure.
TYPE:
|
fig_height
|
Height, in inches, of the figure.
TYPE:
|
Source code in src/pymdea/plot.py
s_vs_l(fig_width=5, fig_height=3)
¶
Plot the slope of entropy vs window length.
| PARAMETER | DESCRIPTION |
|---|---|
fig_width
|
Width, in inches, of the figure.
TYPE:
|
fig_height
|
Height, in inches, of the figure.
TYPE:
|