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.
1 parent 83e0dce commit ce30ba4Copy full SHA for ce30ba4
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