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.

pyplot scatter plot marker size

In the pyplot document for scatter plot: matplotlib.pyplot.scatter(x, y, s=20, c='b', marker='o', cmap=None, norm=…

matplotlib marker scatter
How to do a scatter plot with empty circles in Python?

In Python, with Matplotlib, how can a scatter plot with empty circles be plotted? The goal is to draw empty …

python matplotlib geometry scatter-plot scatter
Matplotlib scatterplot; colour as a function of a third variable

I want to make a scatterplot (using matplotlib) where the points are shaded according to a third variable. I've got …

python matplotlib plot scatter
How to add trendline in python matplotlib dot (scatter) graphs?

How could I add trendline to a dot graph drawn using matplotlib.scatter?

python scatter trendline
Python scatter plot. Size and style of the marker

I have a set of data that I want to show as a scatter plot. I want each point to …

python plot matplotlib scatter
Creating Pandas Dataframe between two Numpy arrays, then draw scatter plot

I'm relatively new with numpy and pandas (I'm an experimental physicist so I've been using ROOT for years...). A common …

python numpy pandas scatter
"Error: Continuous value supplied to discrete scale" in default data set example mtcars and ggplot2

I am trying to replicate the example here (sthda.com) using the following code: # Change point shapes and colors manually …

r ggplot2 colors scatter-plot scatter
Specify color of each point in scatter plot (matplotlib)

I have a 3D Plot that I created using matplotlib, and I have a list of rbg values that correspond …

python matplotlib colors 3d scatter
Matplotlib 3D scatter plot with color gradient

How can I create a 3D plot with a color gradient for the points? See the example below, which works …

python 3d plot matplotlib scatter
matplotlib scatter plot colour as function of third variable

I would like to know how to make matplotlib's scatter function colour points by a third variable. Questions gnuplot linecolor …

python matplotlib scatter