Data Cursor for several bar plots
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!