Some plot objects disappear when I zoom in 2016b
6 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Isabella Osetinsky-Tzidaki
on 20 Dec 2016
% Try two ways:
% 1. Enlarge markersize
% 2. Play with
set(gcf,'renderer','opengl')
% or
set(gcf,'renderer','painters'),
% either must work for your goal
See Also
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!