Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Problem
Currently, we can only set a uniformaxes.labelpad
, which applies the same padding for both the x-axis and y-axis labels.
I am aware that it is possible to adjust the labelpad for the x and y labels independently usingset_xlabel(..., labelpad=x_pad)
andset_ylabel(..., labelpad=y_pad)
in plotting code. However, would it be better to add separate options in rcParams to set the padding for x and y labels independently, similar to howxtick.major.pad
andytick.major.pad
work?
Proposed solution
No response