We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Brief description of the problem I am using a plot that has y-axis fliped. My logticks are upside down. There is no option for reversing log ticks.
plt + annotation_logticks(side="l") # maybe reverse = TRUE option would be good.
Thank you.
The text was updated successfully, but these errors were encountered:
Please provide a reprex.
Sorry, something went wrong.
Might also be neat, at some point, to implement the annotation_logticks as an guide_axis_logticks() with the new extendible guide system in v3.3.
annotation_logticks
guide_axis_logticks()
I'm closing this issue for lack of detail and reprex. Feel free to reopen with improved issue title and full demonstration of the problem.
No branches or pull requests
Brief description of the problem
I am using a plot that has y-axis fliped.
My logticks are upside down. There is no option for reversing log ticks.
Thank you.
The text was updated successfully, but these errors were encountered: