Skip to content

Explore axes #6319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

Explore axes #6319

wants to merge 3 commits into from

Conversation

hannahker
Copy link
Contributor

WIP to automatically place multiple cartesian y-axes on a plot area. For now, I'm working to manually set the xaxis domain to make space for multiple axes and have multiple y-axes automatically drawn without overlap in that space.

Some challenges/open questions:

  • My understanding is that ax._depth and titleStandoff can be added to give the full pixel width of an axis, including its ticks, tick labels, and title.
  • The current implementation seems to be resulting in the plot being redrawn multiple times. I'm not sure why this is.
  • I've also set the axes to automargin=True to calculate the ax._depth, but this should ideally be refactored?

@hannahker
Copy link
Contributor Author

Closing in favour of #6320 .

@hannahker hannahker closed this Sep 20, 2022
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.

2 participants