Some plot objects disappear when I zoom in 2016b

12 visualizaciones (últimos 30 días)
Scott Payne
Scott Payne el 20 de Dic. de 2016
Comentada: Scott Payne el 20 de Dic. de 2016
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 comentarios
Scott Payne
Scott Payne el 20 de Dic. de 2016
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.

Iniciar sesión para comentar.

Respuestas (1)

Isabella Osetinsky-Tzidaki
Isabella Osetinsky-Tzidaki el 20 de Dic. de 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
  1 comentario
Scott Payne
Scott Payne el 20 de Dic. de 2016
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).

Iniciar sesión para comentar.

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by