Re: [Matplotlib-users] Use a marker symbol in a text string

2010-11-23 Thread Nicolas Bigaouette
Why not just use latex? plt.text(0.05, 0.95, r"This is the square marker: $\Box$ Subscript: $_\Box$ superscript: $^\Box$", fontsize=20) -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the la

[Matplotlib-users] Latex text rendering

2010-11-23 Thread David Pine
I am using Latex for text rendering in some matplotlib plots and I would like to use the Times rather than the Computer Modern fonts. I would also like to be able to edit the saved plot files with Adobe Illustrator when they are saved. The "Text rendering With LaTeX" web page (http://matplotl

[Matplotlib-users] Latex text rendering

2010-11-23 Thread David Pine
I am using Latex for text rendering in some matplotlib plots and I would like to use the Times rather than the Computer Modern fonts. I would also like to be able to edit the saved plot files with Adobe Illustrator when they are saved. The "Text rendering With LaTeX" web page (http://matplotl

Re: [Matplotlib-users] Use a marker symbol in a text string

2010-11-23 Thread Gökhan Sever
On Tue, Nov 23, 2010 at 10:22 AM, Alejandro Weinstein wrote: > > Hi: > > I want to use the symbol corresponding to a marker in a text > annotation. Something like > > textstr = 'This is the square marker: ?' > ax.text(0.05, 0.95, textstr) > > Is there something I can place where the question mark

[Matplotlib-users] Use a marker symbol in a text string

2010-11-23 Thread Alejandro Weinstein
Hi: I want to use the symbol corresponding to a marker in a text annotation. Something like textstr = 'This is the square marker: ?' ax.text(0.05, 0.95, textstr) Is there something I can place where the question mark is above to get the actual square (or any other of the symbols you can use as a

Re: [Matplotlib-users] Formatter dates

2010-11-23 Thread Tim Åberg
Thanks for the reply! Do you know what makes X climb? And can you control its on some way? // Tim > From: jdh2...@gmail.com > Date: Wed, 17 Nov 2010 05:55:04 -0600 > Subject: Re: [Matplotlib-users] Formatter dates > To: qw...@hotmail.com > CC: matplotlib-users@lists.sourceforge.net > > On Wed

Re: [Matplotlib-users] Update values of errorbars [solved]

2010-11-23 Thread G. Durin
On 11/16/2010 07:41 PM, Stan West wrote: > I believe I see how you could do it. The errorbar call returns the tuple p = > (plotline, caplines, barlinecols) [1], and to update the errorbars, you must > modify the objects in the caplines and barlinecols lists. Each element of the > caplines list is