pandas-stubs icon indicating copy to clipboard operation
pandas-stubs copied to clipboard

`labelsize` arguments need fixes

Open Dr-Irv opened this issue 1 year ago • 0 comments

          Oh , the upstream docs of this, and other label size usages, will need to be updated to accept `float | str | None` (See the [matplotlib docs](https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.tick_params.html)). I typed them as `int | None` here for now because they need to be fixed everywhere in pandas-stubs, not just this file. We can do that in a separate PR.

Originally posted by @hamdanal in https://github.com/pandas-dev/pandas-stubs/pull/848#discussion_r1451472602

Probably needs fixes in the stubs and in pandas docs

Dr-Irv avatar Jan 14 '24 18:01 Dr-Irv