Skip to content

Preserve axis labels when tick labels are hidden - #3984

Open
rootsec1 wants to merge 1 commit into
mwaskom:masterfrom
rootsec1:fix-axis-label-visibility-3530
Open

Preserve axis labels when tick labels are hidden#3984
rootsec1 wants to merge 1 commit into
mwaskom:masterfrom
rootsec1:fix-axis-label-visibility-3530

Conversation

@rootsec1

Copy link
Copy Markdown

Axis-label visibility is now based on shared-axis membership and subplot position rather than tick-label visibility. This keeps labels on standalone axes visible when tick labels are disabled through Matplotlib rcParams, while continuing to suppress interior labels in shared-axis layouts.

Regression tests cover standalone axes and shared x- and y-axis layouts.

Closes #3530.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scatterplot without ticks doesn't print labels

1 participant