Re: [Matplotlib-users] dateplot problem

2007-09-01 Thread Alan G Isaac
> Alan G Isaac <[EMAIL PROTECTED]> writes: >> I recall some discussion of problem importing mpl EPS files >> into Microsoft products in the past, and I think I recall >> that there was a fix. On Sat, 01 Sep 2007, Jouni K. Seppänen apparently wrote: > Perhaps you are thinking of one of these p

Re: [Matplotlib-users] marker=None not allowed?

2007-09-01 Thread Eric Firing
Alan G Isaac wrote: > On Fri, 31 Aug 2007, Eric Firing apparently wrote: >> marker='None' is allowed, as is ' ' and ''. Do you need None? > > > I recently returned to some old figures where I did things > like this: > > ls1 = dict(linestyle='-', marker=None, color=(0,0,1), linewidth=2, > zor

Re: [Matplotlib-users] dateplot problem

2007-09-01 Thread Jouni K . Seppänen
Alan G Isaac <[EMAIL PROTECTED]> writes: > I recall some discussion of problem importing mpl EPS files > into Microsoft products in the past, and I think I recall > that there was a fix. Perhaps you are thinking of one of these posts, which suggest using the svg backend and converting to emf vi

Re: [Matplotlib-users] marker=None not allowed?

2007-09-01 Thread Alan G Isaac
On Fri, 31 Aug 2007, Eric Firing apparently wrote: > marker='None' is allowed, as is ' ' and ''. Do you need None? I recently returned to some old figures where I did things like this: ls1 = dict(linestyle='-', marker=None, color=(0,0,1), linewidth=2, zorder=1000) fig_ax.plot_date(dates, data

Re: [Matplotlib-users] annotation problem

2007-09-01 Thread Alan G Isaac
> Alan G Isaac wrote: >> I meant to be copying an annotation example from >> http://matplotlib.sourceforge.net/examples/annotation_demo.bak.py On Fri, 31 Aug 2007, Eric Firing apparently wrote: > The signature of the Annotation.__init__ does not match what you were > trying to feed it. OK,

[Matplotlib-users] dateplot problem

2007-09-01 Thread Alan G Isaac
I recall some discussion of problem importing mpl EPS files into Microsoft products in the past, and I think I recall that there was a fix. I'm using 0.9.1 and the dates in my dateplots do not show up when imported into PowerPoint. (An annotation below the dates does show up.) Any clues? Thank y

Re: [Matplotlib-users] annotation problem

2007-09-01 Thread Eric Firing
Alan G Isaac wrote: > I meant to be copying an annotation example from > http://matplotlib.sourceforge.net/examples/annotation_demo.bak.py I don't see much resemblance to that example; and I haven't tried that example, but I did verify that the examples/annotation_demo.py in svn works as expected