Re: [Matplotlib-users] Font weight on axes/labels

2008-06-23 Thread Darren Dale
On Sunday 22 June 2008 21:49:03 Erik Tollerud wrote: > I'm trying to adjust the font weight on some of my plots - I'd like to > have the numbers along the axis ticks be bold instead of regular font > like the default setting. The problem is, nothing I do seems to > change the font weight. I've ch

Re: [Matplotlib-users] Jagged Edges in Scatter Charts Circles

2008-06-23 Thread Michael Droettboom
You can pass in a "marker" argument with a tuple of the form (numsides, style, angle) to scatter. *numsides*: the number of sides *style*: the style of the regular symbol: = == Valu

[Matplotlib-users] deficiencies at matplotlib.sourceforge.net

2008-06-23 Thread keith.briggs
1. "requires python2.4" seems to imply that python 2.5 won't work. 2. "produces publication quality figures" should be "produces publication-quality figures". Keith - Check out the new SourceForge.net Marketplace. It's the

[Matplotlib-users] ANN: matplotlib 0.98.1

2008-06-23 Thread John Hunter
This is the first bugfix release of the 0.98 series, with lots of small bugs fixed and a few features added. Thanks to Charlie Moad for the builds: src and binaries available from http://sourceforge.net/project/showfiles.php?group_id=80706. For those of you on the 0.91 maintenance branch, we have

Re: [Matplotlib-users] Jagged Edges in Scatter Charts Circles

2008-06-23 Thread Kelvin Quee
Hi Michael, Thanks! This really does the trick. The circles look beautiful and smooth now. ;) You rock! Kelvin Quee Michael Droettboom wrote: You can pass in a "marker" argument with a tuple of the form (numsides, style, angle) to scatter. *numsides*: the nu

Re: [Matplotlib-users] CocoaAgg backend seems to be broken

2008-06-23 Thread Charlie Moad
On Thu, Jun 19, 2008 at 10:35 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 9:19 PM, Charles Moad <[EMAIL PROTECTED]> wrote: > > > Seems like that one little fix did the trick. I ran several examples and > > haven't had any problems. Committed now. > > Thanks Charlie! Can

Re: [Matplotlib-users] Font weight on axes/labels

2008-06-23 Thread Erik Tollerud
Hmm... ok, so it is possible to pass some of the text in a plot through TeX, but not all of the text? That's what the text.markup rc parameter seems to be about, but I get an error saying that its an unrecognized key if I use it... I could have sworn I saw a post way back where someone managed to

Re: [Matplotlib-users] Font weight on axes/labels

2008-06-23 Thread John Hunter
On Mon, Jun 23, 2008 at 11:58 AM, Erik Tollerud <[EMAIL PROTECTED]> wrote: > Hmm... ok, so it is possible to pass some of the text in a plot > through TeX, but not all of the text? That's what the text.markup rc > parameter seems to be about, but I get an error saying that its an > unrecognized ke

Re: [Matplotlib-users] Animated bar graph question

2008-06-23 Thread Matt C
Thanks for the reply. The trick with clf() is that it redraws the entire image, and hold(False), while much better, changes the axes values. Ideally I could keep my axes setup and redraw only the bars, ala the animation example of the plot() sine wave. Looking at that code, I'm trying something lik

Re: [Matplotlib-users] Font weight on axes/labels

2008-06-23 Thread Darren Dale
On Monday 23 June 2008 13:25:19 John Hunter wrote: > On Mon, Jun 23, 2008 at 11:58 AM, Erik Tollerud <[EMAIL PROTECTED]> wrote: > > Hmm... ok, so it is possible to pass some of the text in a plot > > through TeX, but not all of the text? That's what the text.markup rc > > parameter seems to be ab

[Matplotlib-users] Using indexed color maps for images-not getting correct colors

2008-06-23 Thread Delbert Franz
I have been working to display an image of a USGS 7.5 minute quad sheet. These are provided at various locations about the Web. Since the range of colors on these maps is limited, the *.tif files appear to use an indexed color map wherein each pixel has a value 0 to 255 and the color is found

Re: [Matplotlib-users] tick_left() and tick_right() with minor tick marks

2008-06-23 Thread Adam Mercer
Hi Anyone know how to fix this problem? Cheers Adam On Thu, Jun 19, 2008 at 8:31 PM, Adam Mercer <[EMAIL PROTECTED]> wrote: > Hi > > I have a plot that has two different y-axis scales and I want > appropriate tick marks for the different y-axes. ie I want the tick > marks on the left axis to co

Re: [Matplotlib-users] tick_left() and tick_right() with minor tick marks

2008-06-23 Thread Darren Dale
Wasn't this answered by the two_scales.py example? On Monday 23 June 2008 20:53:56 Adam Mercer wrote: > Hi > > Anyone know how to fix this problem? > > Cheers > > Adam > > On Thu, Jun 19, 2008 at 8:31 PM, Adam Mercer <[EMAIL PROTECTED]> wrote: > > Hi > > > > I have a plot that has two different y

[Matplotlib-users] "ValueError: oridinal must be >= 1" with 0.98.1 - non with 0.98.0

2008-06-23 Thread Adam Mercer
Hi Just upgraded to matplotlib-0.98.1, and a code that worked with 0.98.0 is now failing with the following error: Traceback (most recent call last): File "./plot_workout.py", line 126, in time_plot = time_axes.plot_date(times_dates, times, 'bo-') File "/opt/local/lib/python2.5/site-pack

[Matplotlib-users] help error

2008-06-23 Thread Gideon Simpson
I was trying to look up a module, and, after installing matplotlib 0.98.1, I get: help> modules Please wait a moment while I gather a list of all available modules... Traceback (most recent call last): File "", line 1, in File "/sw/lib/python2.5/site.py", line 346, in __call__ retu

Re: [Matplotlib-users] Using indexed color maps for images-not getting correct colors

2008-06-23 Thread Eric Firing
Delbert Franz wrote: > I have been working to display an image of a USGS 7.5 minute quad sheet. > These are provided at various locations about the Web. Since the > range of colors on these maps is limited, the *.tif files appear to > use an indexed color map wherein each pixel has a value 0 to