Some plot objects disappear when I zoom in 2016b
이전 댓글 표시
I have a function that plots a diagram then uses "hold on" and plots some markers and text, then "hold off". In 2015b I could use the zoom magnifier and all plot objects showed up. In 2016b when I use that same plot function and then I zoom in, my line plots and numerical text show up but my markers disappear.
댓글 수: 4
Adam
2016년 12월 20일
Would probably help if you give screenshots. I have had issues with my cursor becoming a black square when I use zoom in functionality, but none of my plots have had a problem. I am mostly using some custom zoom code though in the main application I am working on, though still via the zoom toolbar.
Scott Payne
2016년 12월 20일
Scott Payne
2016년 12월 20일
Scott Payne
2016년 12월 20일
답변 (1개)
Isabella Osetinsky-Tzidaki
2016년 12월 20일
% Try two ways:
% 1. Enlarge markersize
% 2. Play with
set(gcf,'renderer','opengl')
% or
set(gcf,'renderer','painters'),
% either must work for your goal
카테고리
도움말 센터 및 File Exchange에서 Data Exploration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

