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.

Matplotlib: Scatter Plot to Foreground on top of a Contour Plot

Does anyone know a way to bring a scatter plot to the foreground in matplotlib? I have to display the …

python matplotlib scatter-plot scatter
Make a Scatter Plot in matplotlib with dates on x axis and values on y

I am having trouble making a scatter plot that has from a date array and a bunch of PM 2.5 values. …

python list matplotlib statistics scatter
axis range in scatter graphs

I have been using the code below to plot the time spent to run 4 functions. The x axis represents the …

python matplotlib limit scatter
Partially transparent scatter plot, but with a solid color bar

In Python, with Matplotlib, how to simply do a scatter plot with transparency (alpha < 1), but with a color bar …

python matplotlib scatter colorbar
R- plot numbers instead of points

I have successfully made a scatterplot, with different symbols for each data series. But what I want to do is …

r plot scatter
Combining scatter plot with surface plot

How can I combine a 3D scatter plot with a 3D surface plot while keeping the surface plot transparent so …

python matplotlib scatter geometry-surface
Changing marker style in scatter plot according to third variable

I am dealing with a multi-column dictionary. I want to plot two columns and subsequently change color and style of …

python dictionary matplotlib marker scatter
Matplotlib - plot with a different color for certain data points

My question is similar to this question. I am plotting latitude vs longitude. If the value in a variable is 0, …

python matplotlib scatter
Python: Reading CSV file and plotting a scatter

I've written a script to compute large csv files in dimensions: 27000 rows x 22 column. How can I read in the …

python csv matplotlib scatter
scatter plot with legend colored by group without multiple calls to plt.scatter

pyplot.scatter allows for passing to c= an array that corresponds to groups, which will then color the points based …

python matplotlib legend scatter