Top "Scatter-plot" questions

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

How to move legend to outside of a seaborn scatterplot?

import matplotlib.pyplot as plt import seaborn as sns import pandas as pd sns.set(style="darkgrid") g = sns.scatterplot(…

python matplotlib seaborn scatter-plot
Add points to the existing matplotlib scatter plot

How to add points to the existing diagram? The straightforward solution is to plot a new scatter, adding new data. …

python matplotlib plot data-visualization scatter-plot
How can a data ellipse be superimposed on a ggplot2 scatterplot?

I have an R function which produces 95% confidence ellipses for scatterplots. The output looks like this, having a default of 50 …

r ggplot2 ellipse scatter-plot
Visualizing two or more data points where they overlap (ggplot R)

I have a scatterplot that has colour-coded data points. When two or more of the data points overlap only one …

r ggplot2 scatter-plot
How to modify 2d Scatterplot to display color based off third array in csv file?

I am using Python and a CSV file. I am currently trying to modify the scatter plot(2d) below to …

python csv numpy matplotlib scatter-plot
Get data from plot with matplotlib

I'm using matplotlib in python to build a scatter plot. suppose I have the following 2 data lists. X=[1,2,3,4,5] Y=[6,7,8,9,10] then …

python matplotlib scatter-plot
Common colorbar for scatter plots in Matlab with small numbers

I want to have each subplot share the same colorbar scale. I know caxis works for integers greater than 1, but …

matlab plot scatter-plot colorbar
How to disable legend in nvd3 or limit it's size

I'm using nvd3 and have a few charts where the legend is much to large. E.g. a scatter/bubble …

d3.js legend scatter-plot nvd3.js bubble-chart
Plotting circles with no fill, colour & size depending on variables using scatter

The information I have to show on a plot are 2 coordinates: size & colour (no fill). The colour is important …

python matplotlib scatter-plot colorbar
excel:changing the symbol and color of a marker based on grouping

I have a dataset that looks like ID Vehicle_grp count mpg 000 Car 5 10 Motorbike 20 100 Other 1 25 001 Car 30 60 Motorbike 28 45 Other 85 35 002 Car 100 10 Motorbike 20 200 …

excel scatter-plot scatter