Skip to content

Commit

Permalink
Update default to True for dynspread
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Sep 26, 2023
1 parent 5b4b9e4 commit 9d70c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class Operations(Controls):
aggregator = param.Selector(default=None, objects=AGGREGATORS, doc="""
Aggregator to use when applying rasterize or datashade operation.""")

dynspread = param.Boolean(default=False, doc="""
dynspread = param.Boolean(default=True, doc="""
Allows plots generated with datashade=True or rasterize=True
to increase the point size to make sparse regions more visible.""")

Expand Down

0 comments on commit 9d70c3f

Please sign in to comment.