Top "Scatter-plot" questions

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

Adding italicised r with correlation coefficient to a scatter plot chart in ggplot

I'm trying to use the code below to generate a simple scatter plot with a correlation coefficient that would have …

r ggplot2 annotations expression scatter-plot
How to jitter text to avoid overlap in a ggplot2 scatterplot?

I would like to create a clean version of a scatterplot of text labels in ggplot2. The goal is to …

r position ggplot2 scatter-plot
class labels in Pandas scattermatrix

This question has been asked before, Multiple data in scatter matrix, but didn't receive an answer. I'd like to make …

python matplotlib pandas scatter-plot
3D scatterplot colored by Z-Value

I've been googling for a while but couldn't find a solution for my problem. I am an amateur matlab user …

matlab scatter-plot matlab-figure color-coding
How to show all x-axis tick values in Plotly?

I am using this library https://plot.ly/nodejs/axes/ to plot graphs in node.js. I have this code: …

node.js scatter-plot plotly
ggplot2 custom legend shapes

When we have both shape and color legend in scatter plot, the shape of color legend is misleading: foo <…

r ggplot2 shape legend scatter-plot
scatterplot instead of a lineplot while using the plotfile function of matplotlib

I know the general usage of plotfile: import matplotlib.pyplot as plt plt.plotfile(csvfile,sometuple) But this produces a …

python matplotlib scatter-plot
Transparency for Poly3DCollection plot in matplotlib

I am trying to draw some objects with the fabulous Matplotlib package for Python. These objects consist of points implemented …

python matplotlib transparency scatter-plot
Scatterplot Contours In Matplotlib

I have a massive scatterplot (~100,000 points) that I'm generating in matplotlib. Each point has a location in this x/y …

python matplotlib contour scatter-plot
Color scatter plot points based on a value in third column?

I am currently plotting a scatterplot based on two columns of data. However, I would like to color the datapoints …

python matplotlib scatter-plot