Skip to content

Commit f6c8f0f

Browse files
Add minus sign back
1 parent 6c14592 commit f6c8f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorials/advanced/cartesian_histograms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
# of the bin width
348348
bar_width=binwidth / 2,
349349
# Offset the bars to align each bar with the left limit of the corresponding bin
350-
bar_offset=binwidth / 4,
350+
bar_offset=-binwidth / 4,
351351
label="data01",
352352
)
353353

0 commit comments

Comments
 (0)