From 92a5f8d36237361c9a72c4b5891cd279cafe9fd9 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 21 Oct 2019 20:42:36 +0200 Subject: [PATCH] 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)