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 41be134 + c76c648 commit 2aeba6cCopy full SHA for 2aeba6c
1 file changed
examples/ticks_and_spines/tick-locators.py
@@ -23,7 +23,6 @@ def setup(ax, title):
23
24
ax.xaxis.set_ticks_position('bottom')
25
ax.tick_params(which='major', width=1.00, length=5)
26
- ax.tick_params(which='major', )
27
ax.tick_params(which='minor', width=0.75, length=2.5)
28
ax.set_xlim(0, 5)
29
ax.set_ylim(0, 1)
0 commit comments