Some plot objects disappear when I zoom in 2016b

조회 수: 12 (최근 30일)
Scott Payne
Scott Payne 2016년 12월 20일
댓글: Scott Payne 2016년 12월 20일
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
Scott Payne
Scott Payne 2016년 12월 20일
Scott Payne
Scott Payne 2016년 12월 20일
Notice that the yellow makers disappear after using the magnifier zoom tool. Also, my opengl settings are already globally set to use hardware opengl and my graphics card is listed as fully supported when I use "opengl info" to view my settings. Also, I have the settings of theis figure already set to use painters vector format.

댓글을 달려면 로그인하십시오.

답변 (1개)

Isabella Osetinsky-Tzidaki
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
  댓글 수: 1
Scott Payne
Scott Payne 2016년 12월 20일
The zoom works correctly if I switch to opengl, but then the whole figure is not in painters (vector) rendering anymore and is not publication quality. (The figure must be publication quality).

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by