Scatter Plot Extension to Entire Figure
Show older comments
I have vectors of x and y data, as well as data that parameterizes the color of the scatter dots in another vector. I am graphing them with:
"scatter(x, y, dotSize, colorParameter, 'filled')"
This plots the colored dots in their correct positions. What I want to do is create a blanket graph that simply shows the color gradient. I do not want individual points, simply areas based on the points. How do I go about this?
Thanks in advance.
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!