Issues opening exported imagesc .eps figures from linux to macOS
Show older comments
Hi there,
I am having issues opening my exported imagesc .eps figures from MATLAB on linux (using a virtual server on xQuartz) to my local disk on macOS (version high sierra 10.13.6). I would like to edit the .eps files on Illustrator, which seems to be able to open the .eps files fine, however the .eps figures are seeming to lose information when transferred to macOS. Beforehand, the .eps files were in color, however when I opened them in preview as a pdf the colours blended together and I lost detail in the matrix:
When I open the files in illustrator now they seem to keep the individual cells, but it's still in black in white
Does anybody know why I'm having these issues and how I can open the files in illustrator with colour?
EDIT: one more important thing to mention, I'm also exporting eps files as bar graphs and those are in colour, so the issue is specific to imagesc plots it seems...
2 Comments
Claudio Iturra
on 26 Aug 2018
That sound like a problem with the Opengl, try set(gcf,'Renderer','OpenGL'), and then save the .eps
Darren Kenney
on 26 Aug 2018
Accepted Answer
More Answers (0)
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!