Skip to content

Commit

Permalink
Add issue number note
Browse files Browse the repository at this point in the history
  • Loading branch information
treuherz committed Oct 14, 2020
1 parent e6d209e commit bdde378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/plotting/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3460,6 +3460,7 @@ def test_xlabel_ylabel_dataframe_single_plot(
)
@pytest.mark.parametrize("kind", ["scatter", "hexbin"])
def test_xlabel_ylabel_dataframe_plane_plot(self, kind, xlabel, ylabel):
# GH 37001
xcol = "Type A"
ycol = "Type B"
df = pd.DataFrame([[1, 2], [2, 5]], columns=[xcol, ycol])
Expand Down

0 comments on commit bdde378

Please sign in to comment.