ZwiFTi
4/24/2019 - 4:32 PM

Color encoding three numeric

plt.scatter(data = df, x = 'num_var1', y = 'num_var2', c = 'num_var3')
plt.colorbar()