From 62a58cfd8b83b34f16ec8d12b6247861a0bc2241 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 16 Jun 2021 19:38:39 -0400 Subject: [PATCH] Remove `Tick.apply_tickdir` from 3.4 deprecations. I'm not sure why I put this in here, but it is to be deprecated in 3.5, and there's no trace of a deprecation in 3.4.2. --- doc/api/prev_api_changes/api_changes_3.4.0/deprecations.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/api/prev_api_changes/api_changes_3.4.0/deprecations.rst b/doc/api/prev_api_changes/api_changes_3.4.0/deprecations.rst index 120797270954..3de8959bb3ef 100644 --- a/doc/api/prev_api_changes/api_changes_3.4.0/deprecations.rst +++ b/doc/api/prev_api_changes/api_changes_3.4.0/deprecations.rst @@ -63,12 +63,6 @@ similar replacements. ``STYLE_FILE_PATTERN``, ``load_base_library``, and ``iter_user_libraries`` are deprecated. -``Tick.apply_tickdir`` is deprecated -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -``apply_tickdir`` didn't actually update the tick markers on the existing -Line2D objects used to draw the ticks; use `.Axis.set_tick_params` instead. - ``dpi_cor`` property of `.FancyArrowPatch` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~