Top "Scatter" questions

A scatter plot is a type of mathematical diagram using Cartesian coordinates to display values for two variables for a set of data.

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
matlab: scatter plots with high number of datapoints

I'm trying to plot scatter, something like: scatter(coor(:, 2), coor(:, 3), 1, coor(:, 4)); The problem is, that I have quite big number …

matlab plot figure scatter
MPI partition matrix into blocks

I want to partition matrix into blocks (not stripes) and then distribute this blocks using MPI_Scatter. I came up …

c matrix mpi scatter
How do I create a scatter plot with graduated marker colours in MATLAB?

I would like to plot a simple scatter graph in MATLAB, with marker colours varying from one end of the …

matlab colors point scatter
What is the most efficient way to plot 3d array in Python?

What is the most efficient way to plot 3d array in Python? For example: volume = np.random.rand(512, 512, 512) where array …

python matplotlib plot data-visualization scatter
How to make scatter plots with transparent points

How can I plot an image with partial transparent scatter points just like in this picture with gnuplot? The problem …

gnuplot transparent point scatter
d3.js: How to add labels to scatter points on graph

I am trying to add labels to the scatter points on this graph: http://bost.ocks.org/mike/d3/workshop/…

javascript charts d3.js scatter
How to increase marker size of the legend in scatter plot in MATLAB 2014b?

I found marker size in the scatter plot and the legend is different in MATLAB 2014b. I searched & found …

matlab legend scatter legend-properties matlab-hg2
turn scatter data into binned data with errors bars equal to standard deviation

I have a bunch of data scattered x, y. If I want to bin these according to x and put …

python numpy histogram scatter
pandas scatter matrix display correlation coefficient

I've tried to find a way to display correlation coefficients in the lower or upper tri of a pandas scatter …

python pandas scatter