8000 Merge pull request #15473 from meeseeksmachine/auto-backport-of-pr-15… · matplotlib/matplotlib@2aeba6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aeba6c

Browse files
authored
Merge pull request #15473 from meeseeksmachine/auto-backport-of-pr-15464-on-v3.1.x
Backport PR #15464 on branch v3.1.x (Remove unused code (remainder from #15453))
2 parents 41be134 + c76c648 commit 2aeba6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ticks_and_spines/tick-locators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def setup(ax, title):
2323

2424
ax.xaxis.set_ticks_position('bottom')
2525
ax.tick_params(which='major', width=1.00, length=5)
26-
ax.tick_params(which='major', )
2726
ax.tick_params(which='minor', width=0.75, length=2.5)
2827
ax.set_xlim(0, 5)
2928
ax.set_ylim(0, 1)

0 commit comments

Comments
 (0)
0