plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Set axis linecolor to black by default when converting from matplotlib

Open robertoffmoura opened this issue 5 months ago • 2 comments

  • [x] 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.
  • [x] I have added tests or modified existing tests.
  • [x] For a new feature, I have added documentation examples (please see the doc checklist as well).
  • [x] I have added a CHANGELOG entry if changing anything substantial.
  • [x] For a new feature or a change in behavior, I have updated the relevant docstrings in the code.

robertoffmoura avatar Aug 08 '25 12:08 robertoffmoura

@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?

emilykl avatar Oct 01 '25 19:10 emilykl

Hi @emilykl, Yes, the axes lines are black by default in matplotlib.

robertoffmoura avatar Oct 09 '25 14:10 robertoffmoura