timeviz_screeplot
TimeSeries.timeviz_screeplot(
width=6,
height=3,
dpi=150,
point_size=0.75,
distance='sd',
)Generate a scree plot for determining clusters.
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 |
|
| point_size | The size of the points. | 0.75 |
|
| distance | One of ‘sd’ (standard deviation) or ‘cv’ (coefficient of variation). | 'sd' |
Returns
| Name | Type | Description |
|---|---|---|
| Figure | A matplotlib figure. |