Is is possible to generate similar bubble plot using matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Zeynab Mousavikhamene
el 12 de Abr. de 2020
Comentada: Mehmed Saad
el 3 de Jun. de 2020
Here is the plot:
I am intersted in generating similar plot. The axes are categorical.
0 comentarios
Respuesta aceptada
Walter Roberson
el 12 de Abr. de 2020
scatter() can take a different point size and different color for each point.
1 comentario
Mehmed Saad
el 3 de Jun. de 2020
Your syntax must be
scatter(x,y,sz,c,'filled')
think how you have to add that line (Hint: use line or plot)
I am accepting walter's answer because it is what you really ask.
Más respuestas (0)
Ver también
Categorías
Más información sobre Scatter Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!