Re: [Matplotlib-users] Plotting with custom symbols

2009-02-24 Thread Jae-Joon Lee
Can't you simply use "text"? text(0.5, 0.5, "s", va="center", ha="center") Unfortunately, no TextCollection yet. -JJ On Tue, Feb 24, 2009 at 4:49 PM, Fred Mailhot wrote: > Hi, > > I've looked through the documentation, and see that it's possible to > plot a variety of symbols, including some

[Matplotlib-users] Plotting with custom symbols

2009-02-24 Thread Fred Mailhot
Hi, I've looked through the documentation, and see that it's possible to plot a variety of symbols, including some customization, but what I'd really like to do is use a text character as the point marker. The only way I can think of doing this right now is to annotate the point (with zero offset)