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 bfa7339 commit c76c648Copy full SHA for c76c648
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