Skip to content

Commit d54708d

Browse files
committed
Reduce histogram linewidth
1 parent bbc2000 commit d54708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/templategen/definitions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def simple_white():
139139
template.layout.yaxis.update(zeroline=False)
140140

141141
# Separate histogram bins wit ha white line
142-
opts = {"marker": {"line": {"width": 1, "color": "white"}}}
142+
opts = {"marker": {"line": {"width": 0.6, "color": "white"}}}
143143
template.data.histogram = [opts]
144144

145145
# Mapbox light style

0 commit comments

Comments
 (0)