xaxis.get_major_locator() assert set(locator.maxticks.values()) == {n} @pytest.mark.skipif( _version_predates(mpl, "3.3.0"), reason="Test requires new matplotlib date epoch." ) def test_label_formatter(self, t): formatter = mpl.dates.DateFormatter("%Y") @@ -714,7 +706,7 @@...
x_set = set() y_set = set() Expand Down 22 changes: 9 additions & 13 deletions 22 pandas/plotting/_matplotlib/misc.py Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. ...