Vigyata.AI
Is this your channel?

Q.3) How we draw a Scatter Plot in Python Matplotlib ??? #interview

188 views· 12 likes· 8:22· Dec 28, 2022

🛍️ Products Mentioned (1)

Full Interview Q/A Playlist - https://www.youtube.com/playlist?list=PLy3lFw0OTlusOOFcRv7JSyhMu_iYNEcHx Download the complete Q/A Playlist - ** Link will be available soon ** ------------------------------------ Ques. 3) How to draw a Scatter Plot ? What are the different parameters we can use ? Ans. - The scatter plot shows the data as a collection of points. - Predictor (Independent variable) on x-axis & Target (Dependent variable) on y-axis. Syntax : plt.scatter( x-elements, y-elements , color = ‘r’, s = 20 , edgecolor= ‘red’ , marker = '*' ) Different parameters we can use (* Watch video for the complete code *) : # Color - setting the color of points as 'red' # S = setting the size of points as '100' # Edgecolor = setting the edgecolor as 'cyan' # Marker = setting the marker as '*' # Setting the X-axis label as 'Year' # Setting the Y-axis label as 'Sales' # Setting the Title label as 'Year-Sales Diagram' ------------------------------------------ Next Question No. 4 (Python-Numpy) - How we do Indexing in Arrays ? - https://youtu.be/JXuwMN-Fys8 ------------------------------------------ Previous Question - No. 2 (Python-Pandas) - https://youtu.be/ATp-EqBBp7A ------------------------------------------ Buy 'Data Analyst - Self Study Material' ( Rs.450 ) - https://rzp.io/l/dslstudymaterial ------------------------------------------- Contact Mail Id : datasciencelovers@gmail.com ------------------------------------------ 🇮🇳 DATA SCIENCE LOVERS 🧡💛💚 ------------------------------------------- You must check our projects videos : Project 8 - https://youtu.be/b7Kd0fLwgO4 Project 7 - https://youtu.be/AO5uhxa1R84 Project 6 - https://youtu.be/e1zKFSrKeLs Project 5 - https://youtu.be/q-Omt6LgRLc Project 4 - https://youtu.be/89eYAAPyRfo Project 3 - https://youtu.be/GyUbo45mVSE Project 2 - https://www.youtube.com/watch?v=fhiUl7f5DnI Project 1 - https://youtu.be/4hYOkHijtNw -------------------------------------------- #python #matplotlib #interviewquestions

🎬 More from DATA SCIENCE LOVERS