Skip to content

Commit d828ac7

Browse files
Changed the default on cluster boundary polygons to False
1 parent 8c87bf3 commit d828ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

turftopic/_datamapplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def build_datamapplot(
113113
topic_tree_kwds={
114114
"color_bullets": True,
115115
},
116-
cluster_boundary_polygons=True,
116+
cluster_boundary_polygons=False,
117117
cluster_boundary_line_width=6,
118118
polygon_alpha=2,
119119
**kwargs,

0 commit comments

Comments
 (0)