Skip to content

Commit ec0c95f

Browse files
committed
Add issue number note
1 parent 95dfb3d commit ec0c95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -3460,6 +3460,7 @@ def test_xlabel_ylabel_dataframe_single_plot(
34603460
)
34613461
@pytest.mark.parametrize("kind", ["scatter", "hexbin"])
34623462
def test_xlabel_ylabel_dataframe_plane_plot(self, kind, xlabel, ylabel):
3463+
# GH 37001
34633464
xcol = "Type A"
34643465
ycol = "Type B"
34653466
df = pd.DataFrame([[1, 2], [2, 5]], columns=[xcol, ycol])

0 commit comments

Comments
 (0)