We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755e8da commit 6cf16e6Copy full SHA for 6cf16e6
pandas/tests/plotting/test_frame.py
@@ -159,7 +159,6 @@ def test_integer_array_plot(self):
159
_check_plot_works(df.plot.line)
160
_check_plot_works(df.plot.bar)
161
_check_plot_works(df.plot.hist)
162
- _check_plot_works(df.plot.area)
163
_check_plot_works(df.plot.pie, y='y')
164
_check_plot_works(df.plot.scatter, x='x', y='y')
165
_check_plot_works(df.plot.hexbin, x='x', y='y')
0 commit comments