Re: [Matplotlib-users] Fwd: Issues with TeX symbols and font changes

2008-04-17 Thread Michael Droettboom
Kacey A. wrote: Originally emailed this off to the wrong list, but any help would be much appreciated! -- Forwarded message -- From: *Kacey A.* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Date: Wed, Apr 16, 2008 at 8:44 PM Subject: Issues with TeX symbols and font changes

Re: [Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-17 Thread Michael Droettboom
Unfortunately, you're using a compiler I don't have access to. I don't think even the guy that makes the Windows releases (Charlie Moad) uses Visual Studio 2003. That is not to say we don't want VS2003 to work, just that it unfortunately doesn't get much testing and you're hitting the

[Matplotlib-users] How to draw series of dots on axes??

2008-04-17 Thread hjc520070
We can use ax.broken_barh to draw rectangles. But I can't find any fuctions to draw dots on axeCan anyone help me? -- View this message in context: http://www.nabble.com/How-to-draw-series-of-dots-on-axes---tp16744026p16744026.html Sent from the matplotlib - users mailing list archive at

[Matplotlib-users] Custom Pie-Like Marker In Scatter

2008-04-17 Thread Andrea Gavana
Hi All, I was wondering about custom markers in the scatter method, and I thought to ask here for some suggestions. Basically, I have 3 variables to show, which are oil, gas and water production. I would like to define the bubble size by the sum of these three variables (or something akin),

Re: [Matplotlib-users] Fwd: Issues with TeX symbols and font changes

2008-04-17 Thread Kacey A.
Oh my goodness, thank you *so* much! I honestly can't thank you enough, you've saved my thesis! I now have beautiful Angstrom symbols for my plots! And the tips for changing the regular and mathtext fonts work like a charm. Simply amazing. I'm done gushing now, but thank you so much again! On

Re: [Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-17 Thread Charlie Moad
Actually I do use VS2003 for the releases. I haven't tried a build in a while, but I did have to add some ifdef's while building that last release. You can see these changes here: http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/ttconv/ttutil.cpp?revision=3953view=markup

[Matplotlib-users] Best way to create an inset axes with shared scales.

2008-04-17 Thread Michael McNeil Forbes
Hi, I am trying to figure out the best way to create an inset axis on a plot, but where one inset axis shares the same scale as the main axis. Basically, I want something like the inset axes in axes_demo.py, but where the x-axis of the inset axis is aligned and has the same scale as the