Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d54708d

Browse files
Reduce histogram linewidth
1 parent bbc2000 commit d54708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/python/plotly/templategen/definitions.py‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /