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

Fix for setting tick labels #32

Merged
merged 5 commits into from
Mar 4, 2024
Merged

Fix for setting tick labels #32

merged 5 commits into from
Mar 4, 2024

Conversation

lucianosrp
Copy link
Contributor

This PR addresses Issue #25

The apply method now checks for each axis and applies the appropriate label location.
Using 'left' and 'right' will affect the XAxis, using 'top' and 'bottom' will only affect the YAxis.

I also added some tests to cover this change.

@lgienapp lgienapp self-assigned this Mar 3, 2024
Copy link
Owner

@lgienapp lgienapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your pull request; I marked two little changes that would still need improvement for this to be merged. Once these are fixed, the merge can go ahead.

aquarel/theme.py Outdated Show resolved Hide resolved
tests/test_theme.py Show resolved Hide resolved
@lucianosrp lucianosrp requested a review from lgienapp March 4, 2024 17:13
@lgienapp lgienapp merged commit 73a7642 into lgienapp:main Mar 4, 2024
1 check passed
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