File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -6452,24 +6452,6 @@ def test_pandas_bar_align_center(pd):
6452
6452
fig .canvas .draw ()
6453
6453
6454
6454
6455
- def test_tick_apply_tickdir_deprecation ():
6456
- # Remove this test when the deprecation expires.
6457
- import matplotlib .axis as maxis
6458
- ax = plt .axes ()
6459
-
6460
- tick = maxis .XTick (ax , 0 )
6461
- with pytest .warns (MatplotlibDeprecationWarning ,
6462
- match = "The apply_tickdir function was deprecated in "
6463
- "Matplotlib 3.5" ):
6464
- tick .apply_tickdir ('out' )
6465
-
6466
- tick = maxis .YTick (ax , 0 )
6467
- with pytest .warns (MatplotlibDeprecationWarning ,
6468
- match = "The apply_tickdir function was deprecated in "
6469
- "Matplotlib 3.5" ):
6470
- tick .apply_tickdir ('out' )
6471
-
6472
-
6473
6455
def test_axis_get_tick_params ():
6474
6456
axis = plt .subplot ().yaxis
6475
6457
initial_major_style_translated = {** axis .get_tick_params (which = 'major' )}
You can’t perform that action at this time.
0 commit comments