Skip to content

Commit 3f2b41c

Browse files
Jonne van DrevenJonne van Dreven
authored andcommitted
Changed fig size in readme
1 parent 9d4bd14 commit 3f2b41c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ print("Partition with max_cluster_size=2:", labels_max)
139139

140140
When domain knowledge suggests small units should coalesce before analysis, use a minimum size prior to avoid singletons or small groups. Increasing the penalty weight strengthens this bias, as shown in the figure below.
141141

142-
![Effect of min_cluster_size penalty on small clusters](docs/min_cluster_effect.png)
142+
<p align="center">
143+
<img src="docs/min_cluster_effect.png" alt="Effect of min_cluster_size penalty on small clusters" width="500">
144+
</p>
143145

144146
```python
145147
import numpy as np

0 commit comments

Comments
 (0)