mdaviz_screeplot
BiberAnalyzer.mdaviz_screeplot(width=6, height=3, dpi=150, mda=True)Generate a scree plot for determining factors.
Parameters
| Name | Type | Description | Default | 
|---|---|---|---|
| width | The width of the plot. | 6 | |
| height | The height of the plot. | 3 | |
| dpi | The resolution of the plot. | 150 | |
| mda | Whether or not non-colinear features should be filter out per Biber’s multi-dimensional analysis procedure. | True | 
Returns
| Name | Type | Description | 
|---|---|---|
| Figure | A matplotlib figure. |