Top "Scatter-plot" questions

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

Scatter plot with multiple markers

I am trying to put a scatter plot together from multiple data files, to see how the correlate to each …

matlab markers scatter-plot
Using D3 transition method with data for scatter plot

So I'm new to D3 and have little exp with JavaScript in general. So I have been following some tutorials …

d3.js transition scatter-plot
pylab 3d scatter plots with 2d projections of plotted data

I am trying to create a simple 3D scatter plot but I want to also show a 2D projection of …

python plot 3d scatter-plot
Reading objects from shiny output object not allowed?

I'm trying to write a little app that will allow the user to make a scatterplot, select a subset of …

r shiny scatter-plot shiny-server
creating a matplotlib scatter legend size related

I am looking for a way to include a (matplotlib) legend that describe the size of points in a scatter …

python matplotlib legend scatter-plot
How to create a time scatterplot with R?

The data are a series of dates and times. date time 2010-01-01 09:04:43 2010-01-01 10:53:59 2010-01-01 10:57:18 2010-01-01 10:59:30 2010-01…

r ggplot2 time-series scatter-plot
How to completely remove the white space around a scatterplot?

I am trying to plot a scatterplot over an image without having any white space around it. If I plot …

python matplotlib plot scatter-plot imshow
JFreeChart Scatter Plot Lines

I'm trying to create a graph with JFreeChart, however it doesn't get the lines right. Instead of connecting the points …

java jfreechart lines scatter-plot
matplotlib: update position of patches (or: set_xy for circles)

Inspired by this example I'm trying to write a little matplotlib program that allows the user to drag and drop …

python matplotlib plot scatter-plot
Colormap for errorbars in x-y scatter plot using matplotlib

I have a time series of data for which I have the quantity, y, and its error, yerr. I would …

python matplotlib scatter-plot color-mapping