Borrar filtros
Borrar filtros

Adding a line to a scatter plot

6 visualizaciones (últimos 30 días)
Karl
Karl el 16 de Jul. de 2012
Hi, I have an old plot which I used 'scatter(x,y)' to generate. I would now, however, like to add in a line (i.e., connect the points as if i simply used plot(x,y)). Is it possible to add a line to a plot generated from scatter or access the data from the .fig file? Any help would be greatly appreciated

Respuestas (1)

Walter Roberson
Walter Roberson el 16 de Jul. de 2012
It is possible, but the details depend upon which MATLAB version you are using, and upon how many points are in the plot. Could you use the property editor to look at the plot and tell us whether the children of the axes is [one] scatterseries object, or is it a series of patch objects ? If it is one scatterseries object, then how many child objects does the scatterseries object have?

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by