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

Appearance settings

Commit d54708d

Browse filesBrowse files
committed
Reduce histogram linewidth
1 parent bbc2000 commit d54708d
Copy full SHA for d54708d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/python/plotly/templategen/definitions.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.