plot symbols of different size with respect to values
4 次查看(过去 30 天)
显示 更早的评论
Hi, I want to plot symbols (squares for example) but with different sizes. The size of the plotted symbols is given in a vector.
in R, we can plot it using symbols(dupl[,1],dupl[,2],squares=squares,xlab='',ylab='') where dupl is the values to plot, squares is a vector indicating the size of every point of dupl
Thank in advance
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!