Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach committed Oct 12, 2023
1 parent 63002c0 commit 1b741eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/plotting/frame/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def test_area_lim(self, stacked):

ax = _check_plot_works(neg_df.plot.area, stacked=stacked)
ymin, ymax = ax.get_ylim()
assert ymax == 0, ymax
assert ymax == 0

def test_area_sharey_dont_overwrite(self):
# GH37942
Expand Down

0 comments on commit 1b741eb

Please sign in to comment.