Exemplo n.º 1
0
 def scat2(x, y, by=None, ax=None, figsize=None):
     return plotting.scatter_plot(df, x, y, by, ax, figsize=None)
Exemplo n.º 2
0
 def scat2(x, y, by=None, ax=None, figsize=None):
     return plt.scatter_plot(df, x, y, by, ax, figsize=None)