Data Cursor for several bar plots
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I want to have a data cursor for a diagram like
bar([1 2 3 4],'FaceColor','none','EdgeColor','b')
hold on
bar([2 1 4 3],'FaceColor','none','EdgeColor','r')
bar([4 3 2 1],'FaceColor','none','EdgeColor','g')
However, the data cursor behaves not as I expect it and I am not able to hit every data point in the diagramm. I have the impression that it does not allow me to choose points of which only the upper horizontal line of the patch is visible (like the blue and red point of the second column). When I hit such a point the cursor appears at a "totally different" position.
Any idea how to overcome this problem?
(I use MATLAB R2010b on Windows XP)
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!