Skip to content

Commit 7b68a96

Browse files
removed extra line
1 parent 7433a55 commit 7b68a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/frame/test_frame_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def test_df_legend_labels_secondary_y_legend_loc(self):
292292
[
293293
("line", ["a", "b"]),
294294
("bar", ["a", "b"]),
295-
("scatter", ["b"]), # scatter(x="a", y="b") usually labels the y series
295+
("scatter", ["b"]),
296296
],
297297
)
298298
def test_across_kinds_legend_loc(self, kind, labels):

0 commit comments

Comments
 (0)