Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run ruff format
  • Loading branch information
robertoffmoura committed Oct 9, 2025
commit 2ac7771ea408454e491ee805eb46a26b2ce543af
1 change: 1 addition & 0 deletions plotly/matplotlylib/tests/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_multiple_traces_native_legend():
assert plotly_fig.data[2].mode == "lines+markers"



def test_plot_bgcolor_defaults_to_white():
plt.figure()
plt.plot([0, 1], [0, 1])
Expand Down