Re: [matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-08-26 Thread Erik Tollerud
: On Tue, Aug 24, 2010 at 1:48 PM, Erik Tollerud erik.tolle...@gmail.com wrote: Sorry for the re-ping if it was taken care of in some way I didn't undertand, but this doesn't seem to have been changed on the trunk svn... should it have been, or is there some other branch that this stuff is being

Re: [matplotlib-devel] purpose of 'stepfilled' in hist()?

2010-08-24 Thread Erik Tollerud
I just realized the patch I sent before includes some other changes... the attached version should only be the fix for this particular bug. On Mon, Aug 23, 2010 at 7:23 PM, Erik Tollerud erik.tolle...@gmail.com wrote: This is definitely a bug, but I thought I'd clarify and add in a little more

Re: [matplotlib-devel] Patch/fix for two legend oddities/bugs

2010-08-24 Thread Erik Tollerud
Did this fix ever get applied? I was looking at some other svn changes and it still says none of this part of legend.py has been altered... On Thu, Jun 10, 2010 at 8:50 AM, Jae-Joon Lee lee.j.j...@gmail.com wrote: On Wed, Jun 9, 2010 at 7:15 PM, Erik Tollerud erik.tolle...@gmail.com wrote: Jae

Re: [matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-08-24 Thread Erik Tollerud
Sorry for the re-ping if it was taken care of in some way I didn't undertand, but this doesn't seem to have been changed on the trunk svn... should it have been, or is there some other branch that this stuff is being worked on? On Tue, Jul 27, 2010 at 10:14 AM, Erik Tollerud erik.tolle

Re: [matplotlib-devel] purpose of 'stepfilled' in hist()?

2010-08-24 Thread Erik Tollerud
Whoops, yes, that should be True... Also realized a slight error in the description of how the mimum is set - both of those are fixed in the attached diff. On Tue, Aug 24, 2010 at 1:53 PM, Eric Firing efir...@hawaii.edu wrote: On 08/24/2010 08:39 AM, Erik Tollerud wrote: I just realized

Re: [matplotlib-devel] purpose of 'stepfilled' in hist()?

2010-08-23 Thread Erik Tollerud
://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- Erik Tollerud Index: lib/matplotlib/legend.py === --- lib/matplotlib/legend.py (revision 8655) +++ lib/matplotlib/legend.py (working copy) @@ -253,6 +253,15

Re: [matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-07-27 Thread Erik Tollerud
a great addition. I'll test tomorrow and push it if it works (which I assume it does). Cheers, Reinier On Tue, Jul 27, 2010 at 2:55 AM, Erik Tollerud erik.tolle...@gmail.com wrote: Just a quick ping about this - did it get applied, or was there something wrong with it? (Or am I just too

Re: [matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-07-26 Thread Erik Tollerud
Just a quick ping about this - did it get applied, or was there something wrong with it? (Or am I just too impatient?) On Mon, Jul 19, 2010 at 4:26 AM, Erik Tollerud erik.tolle...@gmail.com wrote: I noticed some odd behavior when trying to set ticks on 3d plots made using mplot3d.Axes3D

[matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-07-19 Thread Erik Tollerud
. That fix is attached as a diff against the current svn in mpl3d-ticks-fix.diff . Now setting ticks seems to work just fine, so I've included another diff that additionally implements set_?ticks3d and get_?ticks3d methods for Axes3D - that's attached as mpl3d-ticks-fix-add-methods.diff . -- Erik

Re: [matplotlib-devel] Patch/fix for two legend oddities/bugs

2010-06-09 Thread Erik Tollerud
missed anything. I'll commit the change soon. Regards, -JJ On Tue, Jun 8, 2010 at 3:16 PM, Erik Tollerud erik.tolle...@gmail.com wrote: I noticed some odd behavior in the legend and managed to track down the source of the problem and make a fix (a diff against the current svn

[matplotlib-devel] Patch/fix for two legend oddities/bugs

2010-06-08 Thread Erik Tollerud
I noticed some odd behavior in the legend and managed to track down the source of the problem and make a fix (a diff against the current svn is attached). Specifically, two things were fixed: *The markerscale argument for the legend seems to do nothing... The attached diff properly applies the

Re: [matplotlib-devel] matplotlib image tutorial

2009-09-15 Thread Erik Tollerud
I was looking through this, and have a suggestion as well: You have a line that reads In[10]: plt.hist(lum_img) This should probably be plt.hist(lum_img.ravel(),bins=some larger number) As it is right now, you are making a histogram of each line individually, and my experience has been that

Re: [matplotlib-devel] crazy ideas for MPL

2009-07-09 Thread Erik Tollerud
Personally, I think traits must be kept out of MPL, for three main reasons: 1. As Eric Bruning points out, while traits is a very powerful tool, it also closes a lot of doors by forcing everything to be written in a trait-like fashion for it to play nice with everything else. While this is great

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-11-11 Thread Erik Tollerud
the current SVN? Some of the patch was applied (but without scatterpoints option) in the SVN. Thanks, -JJ On Thu, Oct 30, 2008 at 1:58 PM, Erik Tollerud [EMAIL PROTECTED] wrote: No more thoughts on this? Or was some version of the patch committed? On Mon, Oct 20, 2008 at 12:16 PM, Erik

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-20 Thread Erik Tollerud
The current patch looks good to me... it satisfies all the use cases I had in mind, and I can't think of much else that would be wanted. Thanks! I also very much like the idea of the sizebar, although that's probably a substantially larger job to implement. I may look into it though, time

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-20 Thread Erik Tollerud
desired. I've attached a patch based on the last one that does this, although it probably needs to be changed to allow for an rcParam 'legend.scatterplot' (I don't really know the procedure for adding a new rcParam). On Mon, Oct 20, 2008 at 3:22 AM, Erik Tollerud [EMAIL PROTECTED] wrote

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-16 Thread Erik Tollerud
/listinfo/matplotlib-devel -- Erik Tollerud Graduate Student Center For Cosmology Department of Physics and Astronomy 2142 Frederick Reines Hall University of California, Irvine Office Phone: (949)824-2587 Cell: (651)307-9409 [EMAIL PROTECTED

Re: [matplotlib-devel] Patch for scatter plot legend enhancement

2008-10-08 Thread Erik Tollerud
is confusing me). On Tue, Sep 23, 2008 at 11:41 AM, John Hunter [EMAIL PROTECTED] wrote: On Tue, Sep 23, 2008 at 12:20 AM, Erik Tollerud [EMAIL PROTECTED] wrote: Attached is a diff against revision 6115 that contains a patch to improve the behavior of the legend function when showing legends

Re: [matplotlib-devel] Patch for scatter plot legend enhancement

2008-10-06 Thread Erik Tollerud
, 2008 at 11:41 AM, John Hunter [EMAIL PROTECTED] wrote: On Tue, Sep 23, 2008 at 12:20 AM, Erik Tollerud [EMAIL PROTECTED] wrote: Attached is a diff against revision 6115 that contains a patch to improve the behavior of the legend function when showing legends for Erik, I haven't had a chance

Re: [matplotlib-devel] Patch for scatter plot legend enhancement

2008-10-01 Thread Erik Tollerud
Sorry for the dealyed reply - I've been out of town... I posted to the patch tracker, and am dutifully pinging :) On Tue, Sep 23, 2008 at 11:41 AM, John Hunter [EMAIL PROTECTED] wrote: On Tue, Sep 23, 2008 at 12:20 AM, Erik Tollerud [EMAIL PROTECTED] wrote: Attached is a diff against revision

[matplotlib-devel] A few more proposed hist() changes

2008-06-02 Thread Erik Tollerud
While going through and updating some scripts to use the new features that were recently added to hist(), I found myself very confused by the align keywords - I had to go and look at Manuel Metz's post a couple weeks ago to believe it wasn't a typo in the documentation... center and edge are

Re: [matplotlib-devel] fix for errorbar method skipping over plot color cycle

2008-05-14 Thread Erik Tollerud
changed... On Tue, Feb 12, 2008 at 10:46 PM, Erik Tollerud [EMAIL PROTECTED] wrote: After a little testing on the subversion repository, the attached diff seems to work. On Feb 10, 2008 12:12 AM, Erik Tollerud [EMAIL PROTECTED] wrote: I noticed while making some plots with upper bound error

Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-01 Thread Erik Tollerud
No one thinks this is worth committing to SVN? I find myself using it quite a bit in my own work - different fields have different ideas about the right way to draw a histogram, so it's good to have options, I think... On Wed, Apr 2, 2008 at 4:39 PM, Erik Tollerud [EMAIL PROTECTED] wrote: I've

[matplotlib-devel] Improved histogram w/multiple types

2008-04-02 Thread Erik Tollerud
of the outline by a very tiny bit... if anyone knows how to cut off the upper row of pixels to make it flush with the rest of the outline... it's perfectly usable as-is, though - that's just a tiny little aesthetic quibble) -- Erik Tollerud Graduate Student Center For Cosmology Department of Physics

Re: [matplotlib-devel] Unnecessary rerendering in wx/wxagg backends

2008-03-31 Thread Erik Tollerud
/marketplace ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- Erik Tollerud Graduate Student Center For Cosmology Department of Physics and Astronomy 4155B

Re: [matplotlib-devel] Patch for making SpanSelector usable in embedded matplotlib

2008-02-18 Thread Erik Tollerud
, John Hunter [EMAIL PROTECTED] wrote: On Feb 10, 2008 5:12 PM, Erik Tollerud [EMAIL PROTECTED] wrote: I've been working on an application that uses matplotlib as its plotting library, and I've been noticing a steady decrease in It looks like there is some confusion in your patch vis-a-vis

Re: [matplotlib-devel] fix for errorbar method skipping over plot color cycle

2008-02-12 Thread Erik Tollerud
After a little testing on the subversion repository, the attached diff seems to work. On Feb 10, 2008 12:12 AM, Erik Tollerud [EMAIL PROTECTED] wrote: I noticed while making some plots with upper bound error bars that whenever Axes.errorbars is called with any of the errorbars chosen as upper

[matplotlib-devel] fix for errorbar method skipping over plot color cycle

2008-02-10 Thread Erik Tollerud
I noticed while making some plots with upper bound error bars that whenever Axes.errorbars is called with any of the errorbars chosen as upper or lower bounds, that the color cycle was off, skipping over 2 colors each time another errorbar plot was made (e.g. the first would be green and the