Skip to content

Commit e5f75aa

Browse files
orbitfoldwesm
authored andcommitted
Added simple test cases
1 parent 53d1928 commit e5f75aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/test_graphics.py

+2
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ def scat(**kwds):
214214
_check_plot_works(scat)
215215
_check_plot_works(scat, marker='+')
216216
_check_plot_works(scat, vmin=0)
217+
_check_plot_works(scat, diagonal='kde')
218+
_check_plot_works(scat, diagonal='hist')
217219

218220
def scat2(x, y, by=None, ax=None, figsize=None):
219221
return plt.scatter_plot(df, x, y, by, ax, figsize=None)

0 commit comments

Comments
 (0)