Skip to content

Commit fbbae16

Browse files
Update bar-charts.md
1 parent 595172c commit fbbae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/bar-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def pictogram_bar(data, title, icon_size, max_icons_per_column=10, units_per_ico
667667
# we've got all the labeling we need without a legend
668668
showlegend=False,
669669
height=700,
670-
# the x-coordinates get scales to fill available space, so adjusting the width is a good way to adjust spacing between columns
670+
# the x-coordinates scale to fill available space, so adjusting the width of the image is a good way to adjust spacing between columns
671671
width=(len(data) * 150 + 50)
672672
)
673673
fig.show()

0 commit comments

Comments
 (0)