Comments on: Matplotlib Scatter Plot – plt.scatter() | Python Matplotlib Tutorial https://indianaiproduction.com/matplotlib-scatter-plot/ Artificial Intelligence Education Free for Everyone Sun, 08 Dec 2019 05:21:51 +0000 hourly 1 By: Nand Prakash Gautam https://indianaiproduction.com/matplotlib-scatter-plot/#comment-15 Sun, 08 Dec 2019 05:21:51 +0000 https://indianaiproduction.com/?p=729#comment-15 I would like to appreciate your explanation. I Have question regarding when i am try to execute following code “plt.figure(figsize = (16,9))
plt.scatter(x,y, c = “r”, marker = “*”, s = 100, alpha=0.5, linewidths=10,
edgecolors=”g” )#verts=”<"

plt.scatter(x,df_google_play_store_apps["Installs"], c = "y", marker = "o", s = 100, alpha=0.5, linewidths=10,
edgecolors="c" )
plt.title("Google",fontsize=18)
plt.xlabel("Rating",fontsize=13)
plt.ylabel("Reviews",fontsize=13)
plt.show()"
Not showing proper graph. Looking this type "https://photos.google.com/photo/AF1QipNd9YDNmu7fd01DXtd27e7Ff5Xu_juMf6eJRbJV&quot; I did analyses but unable to under stand why this showing this type.
Thanks & Regards
Nand Prakash Goutam

]]>