If you can find a way to create a minimal script, that would be better,
because then we can verify the fix.
But barring anything else, seeing the .eps might help.
Cheers,
Mike
Michael Hearne wrote:
> John - Thanks for the quick fix. I'm having a separate issue now with
> an EPS file being gen
John - Thanks for the quick fix. I'm having a separate issue now with
an EPS file being generated (using savefig() again) that appears to be
invalid (can't display it in OS X Preview, or convert to PDF with
ps2pdf). Unfortunately, the code that creates this particular file is
rather involved,
On Wed, Jun 11, 2008 at 10:14 AM, John Hunter <[EMAIL PROTECTED]> wrote:
> Interesting. When I plot it on my screen it looks correct with a *Agg
> GUI backend. But when I save it (either from the GUI or using
> savefig) it has the problem you describe. This suggests to me that
> either some cac
On Mon, Jun 9, 2008 at 3:35 PM, Michael Hearne <[EMAIL PROTECTED]> wrote:
> savefig('textplot.eps')
> savefig('textplot.png')
> close(fig)
Interesting. When I plot it on my screen it looks correct with a *Agg
GUI backend. But when I save it (either from the GUI or using
savefig) it has the prob