Set axis linecolor to black by default when converting from matplotlib by robertoffmoura · Pull Request #5311 · plotly/plotly.py
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 2.8k
Open
robertoffmoura wants to merge 2 commits intoplotly:mainfrom
Open
Set axis linecolor to black by default when converting from matplotlib#5311
robertoffmoura wants to merge 2 commits intoplotly:mainfrom
Set axis linecolor to black by default when converting from matplotlib#5311
robertoffmoura wants to merge 2 commits intoplotly:mainfrom
Conversation
Copy link Copy Markdown
Contributor
robertoffmoura
commented
Aug 8, 2025
robertoffmoura
commented
- I have read through the contributing notes and understand the structure of the package. In particular, if my PR modifies code of
plotly.graph_objects, my modifications concern the code generator and not the generated files. - I have added tests or modified existing tests.
- For a new feature, I have added documentation examples (please see the doc checklist as well).
- I have added a CHANGELOG entry if changing anything substantial.
- For a new feature or a change in behavior, I have updated the relevant docstrings in the code.
gvwilson
requested a review
from emilykl
labels
Aug 11, 2025
robertoffmoura
force-pushed
the
rm/default-axis-linecolor-black
branch
from
e65619c to
0335226
Compare
Copy link Copy Markdown
Contributor
emilykl
commented
Oct 1, 2025
emilykl commented
Oct 1, 2025@robertoffmoura Thanks for the contribution!
I'm happy to merge this but just to make sure I have the full context, can you explain why this is the correct behavior? Are the axes lines black by default in matplotlib?
Copy link Copy Markdown
Contributor Author
robertoffmoura
commented
Oct 9, 2025
robertoffmoura commented
Oct 9, 2025Hi @emilykl,
Yes, the axes lines are black by default in matplotlib.
robertoffmoura added 2 commits
October 9, 2025 16:39
robertoffmoura
force-pushed
the
rm/default-axis-linecolor-black
branch
from
0335226 to
9e6fea8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment