> 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
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
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
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
> 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,
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
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