Why does my axis label turn into a grey box when I print to file?

1 visualización (últimos 30 días)

I am having a problem where for certain axis labels, when exporting the figure to a PNG file, the text turns into a grey box. Here is an example:

figure;
xlabel('This text is too long longer longer');
print('-dpng', '-r600', 'test.png');

If the text is shorter, or I choose a lower resolution then the problem does not occur... any thoughts as to what might be happening here? This is with the software OpenGL implementation in R2014b...

  2 comentarios
mashtine
mashtine el 25 de Feb. de 2015
Hey,
Did you find an answer for this?
Scott Webster
Scott Webster el 25 de Feb. de 2015
No. I guess I should open a support case.

Iniciar sesión para comentar.

Respuesta aceptada

Richard Quist
Richard Quist el 26 de Mzo. de 2015
That sounds like this issue which was fixed in R2015a: Very long or very large text is not displayed or printed
  1 comentario
Scott Webster
Scott Webster el 26 de Mzo. de 2015
Sounds exactly like my problem. Good to know that it has been fixed in the next version. Thanks for the answer.

Iniciar sesión para comentar.

Más respuestas (1)

Roland G
Roland G el 16 de Feb. de 2016
I had this issue recently and found that by reducing the resolution below 300 DPI (I used 200) the problem does not appear.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by