using painters with subplots and saveas .ai

2 views (last 30 days)
Kelly
Kelly on 13 Feb 2012
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 Printing and Saving 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!