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...
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!