using painters with subplots and saveas .ai

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)

Asked:

on 13 Feb 2012

Community Treasure Hunt

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

Start Hunting!