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 2ac39f3 commit bf91623Copy full SHA for bf91623
databricks/koalas/tests/test_series_plot.py
@@ -97,7 +97,7 @@ def test_pie_plot(self):
97
self.compare_plots(ax1, ax2)
98
99
ax1 = pdf['a'].plot(kind='pie', colormap='Paired')
100
- ax2 = kdf['a'].pie(kind='pie', colormap='Paired')
+ ax2 = kdf['a'].plot(kind='pie', colormap='Paired')
101
102
103
def test_pie_plot_limited(self):
0 commit comments