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

1 次查看(过去 30 天)
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