From: Assaf Weinstein on
Hi,

I'm trying to export a figure which has subplots to an eps file, using exportfig.m.
For some reason, I only see the first out of the 4 subplots on the figure. In addition, my editor (I'm using LyX) is having problems with viewing the figure. It seems like the fact it contains subplots is what makes problems, because I had no issues with a single-plot figure..

Thanks,

Assaf
From: Daniel Armyr on
> I'm trying to export a figure which has subplots to an eps file, using exportfig.m.
> For some reason, I only see the first out of the 4 subplots on the figure. In addition,
>my editor (I'm using LyX) is having problems with viewing the figure. It seems like the
>fact it contains subplots is what makes problems, because I had no issues with a
>single-plot figure..

This sounds like a bug. You should submit a bug-report to Mathworks.

--DA
From: Rune Allnor on
On 4 Okt, 18:05, "Assaf Weinstein"
<assafweinstein_remove.t...(a)gmail.com> wrote:
> Hi,
>
> I'm trying to export a figure which has subplots to an eps file, using exportfig.m.
> For some reason, I only see the first out of the 4 subplots on the figure.. In addition, my editor (I'm using LyX) is having problems with viewing the figure. It seems like the fact it contains subplots is what makes problems, because I had no issues with a single-plot figure..

Try some other EPS viewer. Do note that the utility program
EPS2PDF has a bug which causes it to have problems with
EPS figures written from matlab, that contain LaTeX symbols.

If your viewer for some reason depends on the EPS2PDF utility,
it would have the same bug.

Rune
From: Assaf Weinstein on
Thanks! Does anyone know of an EPS viewer which should not have problems viewing Matlab figures?..

thank you,

Asaf

Rune Allnor <allnor(a)tele.ntnu.no> wrote in message <bab62185-183b-438c-90b9-e6d91842ac1e(a)m18g2000vbs.googlegroups.com>...
> On 4 Okt, 18:05, "Assaf Weinstein"
> <assafweinstein_remove.t...(a)gmail.com> wrote:
> > Hi,
> >
> > I'm trying to export a figure which has subplots to an eps file, using exportfig.m.
> > For some reason, I only see the first out of the 4 subplots on the figure. In addition, my editor (I'm using LyX) is having problems with viewing the figure. It seems like the fact it contains subplots is what makes problems, because I had no issues with a single-plot figure..
>
> Try some other EPS viewer. Do note that the utility program
> EPS2PDF has a bug which causes it to have problems with
> EPS figures written from matlab, that contain LaTeX symbols.
>
> If your viewer for some reason depends on the EPS2PDF utility,
> it would have the same bug.
>
> Rune