Matplotlib Scatter Plots #25
If You Like Than Please Subscribe This is out twenty fifth video in python for data science and out eleventh video in Matplotlib(matplotlib) in this video we are going to cover scatter plots in matplotlib What Is Scatter Plot ? Scatter plots display values for two sets of data. The data visualization is done as a collection of points not connected by lines. Each of them has its coordinates determined by the value of the variables (one variable determines the X position, the other the Y position). A scatter plot is often used to identify potential association between two variables, and it's often drawn before working on a ftting regression function. It gives a good visual picture of the correlation, in particular for nonlinear relationships. Matplotlib provides the scatter() function to plot X versus Y unidimensional array of the same length as scatter plot. Python For Data Science Playlist https://www.youtube.com/watch?v=k9A5oxTTLeE&list=PL1FgJUcJJ03vXmv0nUOxJd1TL7C1JBHNV