using painters with subplots and saveas .ai
Show older comments
I have a figure with 3 subplots, and have used
print( gcf, '-painters', 'logo2.ai', '-dill')
and
set(gcf, 'renderer', 'painters');
saveas(gcf,'fig2','ai')
to try to save the figure as an .ai file. Both ways have doing the same thing. The first time I ran this (with print) all the subplots appeared, but now when running a different file only the first subplot is showing up. Any help would be appreciated!
Answers (0)
Categories
Find more on Subplots 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!