#create scatter plot of x vs. y ax = df.plot(kind='scatter', x='x_var', y='y_var') #label each point in scatter plot for idx, ...
確定! 回上一頁