From c76c6482ee4b5a47f2f0cbdcb9f79746ab889820 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 22 Oct 2019 08:43:02 +0100 Subject: [PATCH] Backport PR #15464: Remove unused code (remainder from #15453) --- examples/ticks_and_spines/tick-locators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ticks_and_spines/tick-locators.py b/examples/ticks_and_spines/tick-locators.py index 373d3a913dd6..bda576c26ea1 100644 --- a/examples/ticks_and_spines/tick-locators.py +++ b/examples/ticks_and_spines/tick-locators.py @@ -23,7 +23,6 @@ def setup(ax, title): ax.xaxis.set_ticks_position('bottom') ax.tick_params(which='major', width=1.00, length=5) - ax.tick_params(which='major', ) ax.tick_params(which='minor', width=0.75, length=2.5) ax.set_xlim(0, 5) ax.set_ylim(0, 1)