Best way in Plotting lots of points
Afficher commentaires plus anciens
I have meshed a plate with 40000 point. Currently it is as following.
abc(ii)=plot(kkk(ii,1),kkk((ii+n_node/3),1),'.',...
'LineWidth',6,...
'MarkerEdgeColor',[1 1 1]*IDC(ii,1),...
'MarkerFaceColor',[1 1 1]*IDC(ii,1),...
'MarkerSize',6);
any idea that I can present results more nice?
I am thinking something like as gradient colors.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Discrete Data Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!