loglog plot
plt.figure(figsize=(12,8), dpi=150) plt.loglog(features['visits_tw'],features['visits_all'],'o',alpha=0.6)