Skip to content

Commit 3138cd4

Browse files
authored
Merge pull request #7565 from tacaswell/doc_supernatural_barchart
DOC: make xkcd demo look better with new defaults
2 parents 3ddb6ea + ce30ba4 commit 3138cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/showcase/xkcd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
fig = plt.figure()
3636
ax = fig.add_axes((0.1, 0.2, 0.8, 0.7))
37-
ax.bar([-0.125, 1.0 - 0.125], [0, 100], 0.25)
37+
ax.bar([0, 1], [0, 100], 0.25)
3838
ax.spines['right'].set_color('none')
3939
ax.spines['top'].set_color('none')
4040
ax.xaxis.set_ticks_position('bottom')

0 commit comments

Comments
 (0)