Questions tagged [scatter-plot]

Discover the power of scatter plots, a dynamic tool for visualizing relationships between two variables. By plotting data points on a 2D plane with Cartesian coordinates, potential correlations become clear. If you have questions about programming aspects of scatter plots, like data computation or display issues, feel free to utilize this tag. Don't forget to specify the language or software libraries being used in your query.

Echarts: scatter plots linked with a line to the axis (resembling the PACF diagram)

I am currently working with echarts (js). Is there a method to link the dot of the scatter plot with the 0 value on the y-axis? I want it to resemble a pacf plot, similar to this example: The desired outcome should look something like this: https://i.sta ...

How to differentiate specific points in a Plotly Express Scatterplot using various colors

At the moment, I have a scatterplot showcasing different directors based on their production budget and profit. I am looking to pick out specific directors by highlighting their points with unique colors and creating a legend identifying each one. For ins ...