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 719248aab76e28b5dcd906ec3f6d5abda89bf9ac
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_lines_markers_legend_plot():
x = [0, 1]
y = [0, 1]
Expand Down