plotyy graph loses x axis text when saved to png format (really!)

조회 수: 1 (최근 30일)
tombola
tombola 2012년 2월 8일
Hi, my code makes a number of graphs using plotyy.
What distinguishes them from your normal graph is there are 2 y axis (no big deal) and I have used the rotateXLabels code from Matlab to rotate the x axis text so it's now vertical.
When I save the graphs in eps format everything is fine - but the graphs look horrible when loaded into word.
When I save in png format - which looks great - even though I can see the x axis text on the screen it's not saved to the file.
Is there anything I can do here? My business users really want png format.
Thanks a lot,
Tom.

채택된 답변

tombola
tombola 2012년 2월 29일
If anyone's interested, replacing the saveas with this fixes it.
MATLAB code
f = getframe(gcf);
imwrite(f.cdata, filePath);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Two y-axis에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by