To Plot silhouette plot of KMeans Clustering.

## Installation

Run the following to install:

```python
pip install silhouetteplot
```

## Usage

```python
import silhouetteplot

# plot silhouette plot
silhouetteplot.plot(X, n_clusters)