Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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