Top "Scatter-plot" questions

A scatter plot is a type of data visualization that reveals possible correlations between two variables.

How to label bubble chart/scatter plot with column from pandas dataframe?

I am trying to label a scatter/bubble chart I create from matplotlib with entries from a column in a …

python-3.x pandas matplotlib scatter-plot
R - add centroids to scatter plot

I have a dataset two continuous variables and one factor variable (two classes). I want to create a scatterplot with …

r ggplot2 scatter-plot centroid
scatter plot with single pixel marker in matplotlib

I am trying to plot a large dataset with a scatter plot. I want to use matplotlib to plot it …

python matplotlib scatter-plot
3d scatterplot in R using rgl plot3d - different size for each data point?

I am using plot3d(x,y,z, col=test$color, size=4) to plot a 3d scatterplot of my dataset …

r scatter-plot rgl
AttributeError: 'str' object has no attribute 'view' in Seaborn , Scatterplot

I am getting a bizarre exception in Seaborn. For a reproducible example: toy_data.to_json() '{"X":{"0":0.12765045,"1":0.0244816152,"2":0.1263715245,"3":0.0246376768,"4":0.1108581319,"5":0.1406719382,"6":0.1358105564,"7":0.1245863432,"8":0.1175445352,"9":0.1188479018,"10":0.1113148159,"11":0.117455495,"12":0.110555662,"13":0.1328567106,"14":0.103064284,"15":0.1119474442,"16":0.119390455,"17":0.1246727756,"18":0.1117827155,"19":0.1169972547},"Y":{"0":0.1241083714,"1":0.1394242378,"2":0.1225010796,"3":0.0077080173,"4":0.1198371354,"5":0.0029026989,"6":0.1259473297,"7":0.0,"8":0.0,"9":0.1214620231,"10":0.1204110739,"11":0.0,"12":0.1194570059,"13":0.0014971676,"14":0.1184584731,"15":0.1212061305,"16":0.1221438778,"17":0.0,"18":0.1209991075,"19":0.0},"Label":{"0":"17","1":"3","2":"17","3":"0","4":"14","5":"21","6":"16","7":"23","8":"20","9":"15","10":"14","11":"20","12":"14","13":"22","14":"13","15":"14","16":"15","17":"23","18":"14","19":"20"},"…

python python-3.x pandas seaborn scatter-plot
Matplotlib remove interpolation for missing data

I am plotting timeseries data using Matplotlib and some of the data is missing in the sequence. Matplotlib implicitly joins …

python matplotlib time-series scatter-plot
MATLAB scatter3, plot3 speed discrepencies

This is about how MATLAB can take very different times to plot the same thing — and why. I generate 10000 points …

matlab plot timing scatter-plot
Multiple data in scatter matrix

Is it possible to add multiple data to a pandas.tools.plotting.scatter_matrix and assigning a color to each …

python pandas scatter-plot
How to color code scatter-plot of PCoA

So I am new to this. I need to run PCoA on the following data matrix. I am able to …

r pca scatter-plot multivariate-testing multivariate-partition
nvd3 scatter plot with ordinal scale

Im relatively new to d3 and nvd3 and wanted to create a simple scatterplot, just like the example but with …

javascript d3.js scatter-plot nvd3.js ordinal