Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ddb6ea + ce30ba4 commit 3138cd4Copy full SHA for 3138cd4
1 file changed
examples/showcase/xkcd.py
@@ -34,7 +34,7 @@
34
35
fig = plt.figure()
36
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)
+ ax.bar([0, 1], [0, 100], 0.25)
38
ax.spines['right'].set_color('none')
39
ax.spines['top'].set_color('none')
40
ax.xaxis.set_ticks_position('bottom')
0 commit comments