-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
[Bug]: Changing color using ax.tick_params #24227
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
Comments
I am using Jupyter Lab and I am indeed looking at the inline display. Got it! |
I'm sorry, I cannot follow your description. A wild guess is that you use If that's not it, please clean up your original description
|
When writing code in Markdown, you should surround it with backticks. I have inserted some where I think they should go, but I am not 100% certain, so please edit again and correct any that are wrong. |
Done @QuLogic |
Bug summary
When trying to change the color of the x and y axis I am using
ax.tick_param
.If I use label color
'r'
orlabelcolor='#00000077'
, but if I write labelcolor='grey'
or a hex value:#bdbdbd
then the background changes too. Is that expected?This works:
This doesnt:
Code for reproduction
Actual outcome
Expected outcome
Additional information
No response
Operating system
Win11
Matplotlib Version
3.5.1
Matplotlib Backend
No response
Python version
3.10
Jupyter version
3.3.2
Installation
conda
The text was updated successfully, but these errors were encountered: