Skip to content
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

Axis attributes when drawing pagination #595

Merged
merged 3 commits into from
Jan 31, 2025

Conversation

jkrumbiegel
Copy link
Member

Doing p = paginate(...); draw(p; axis = (; xlabelcolor = :red)) wasn't working because axis is already consumed into AxisSpecEntries in the normal pipeline. This PR fixes that by merging axis into the existing specs.

@jkrumbiegel jkrumbiegel marked this pull request as ready for review January 31, 2025 09:52
@jkrumbiegel jkrumbiegel merged commit 636d518 into master Jan 31, 2025
6 checks passed
@jkrumbiegel jkrumbiegel deleted the jk/axis-attributes-draw-pagination branch January 31, 2025 10:09
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.

1 participant