Re: [matplotlib-devel] Is anyone using make.osx?

2012-09-07 Thread Daniel Hyams
. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net &

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
at 3:38 PM, Daniel Hyams wrote: > > > On Fri, Aug 17, 2012 at 3:24 PM, Eric Firing wrote: > >> On 2012/08/17 8:45 AM, Daniel Hyams wrote: >> > I was planning to just create my own branch to start putting code in, >> > but would it be better for an admin to

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
On Fri, Aug 17, 2012 at 3:24 PM, Eric Firing wrote: > On 2012/08/17 8:45 AM, Daniel Hyams wrote: > > I was planning to just create my own branch to start putting code in, > > but would it be better for an admin to create a branch off of master in > > the main matplotlib r

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
, 2012 at 2:42 PM, Daniel Hyams wrote: > > > On Fri, Aug 17, 2012 at 2:25 PM, Michael Droettboom wrote: > >> Here's my initial thoughts: >> >> There are a few examples in the event_handling that are going to be much >> simplified by this new infrastructure.

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
On Fri, Aug 17, 2012 at 2:25 PM, Michael Droettboom wrote: > Here's my initial thoughts: > > There are a few examples in the event_handling that are going to be much > simplified by this new infrastructure. They should be updated to point > people in the direction of this new/better/easier way.

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
On Fri, Aug 17, 2012 at 10:52 AM, Drain, Theodore R (343P) < theodore.r.dr...@jpl.nasa.gov> wrote: > OK - I'll start the ball rolling... > > > > One feature that would be nice to have is positioning options that are not > pixel based. See the annotate function for some possibilities: > Note tha

[matplotlib-devel] MEP9: interactivity

2012-08-15 Thread Daniel Hyams
I'm not sure where to say that I just posted up a new MEP, but here it is: https://github.com/matplotlib/matplotlib/wiki/MEP9 and I suppose we discuss it here... -- Daniel Hyams dhy...@gmail.com -- Live Sec

Re: [matplotlib-devel] How to properly use git to implement a feature

2012-08-14 Thread Daniel Hyams
#x27;s off the table. On Sun, Aug 12, 2012 at 11:23 PM, Eric Firing wrote: > On 2012/08/12 3:34 PM, Daniel Hyams wrote: > > > > I was wanting to add a feature to matplotlib...one that I would use in > > my application. I also want to contribute the feature back. I'm &

[matplotlib-devel] How to properly use git to implement a feature

2012-08-12 Thread Daniel Hyams
t the feature, and then try to rebase to master? Or is it best to branch from master, implement the feature, and then (somehow) backport the patch to the v1.1.1 tagged version? Whatever the best choice is, what would the procedure look like to accomplish this? -- Daniel Hyams dhy...@gmai

[matplotlib-devel] which to fork from?

2011-10-25 Thread Daniel Hyams
For small bugfixes, am I supposed to fork from v1.1.x, or master? -- Daniel Hyams dhy...@gmail.com -- The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is

Re: [matplotlib-devel] Possible bug in matplotlib.cbook.CallbackRegistry

2011-10-25 Thread Daniel Hyams
-- > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. >

Re: [matplotlib-devel] RFC: double click support in matplotlib

2011-10-23 Thread Daniel Hyams
, Benjamin Root wrote: > > > On Sunday, October 23, 2011, Daniel Hyams wrote: >> I added double click support in, here in the following issue report: >> >> https://github.com/matplotlib/matplotlib/issues/550 >> >> I did use the extra flag in MouseEvent, bu

Re: [matplotlib-devel] RFC: double click support in matplotlib

2011-10-23 Thread Daniel Hyams
backends are done except for cocoagg; see the issue report above for details. On Sat, Oct 22, 2011 at 10:57 PM, Benjamin Root wrote: > > > On Saturday, October 22, 2011, Daniel Hyams wrote: >> matplotlib doesn't support double clicks, and I was wondering if that >>

[matplotlib-devel] RFC: double click support in matplotlib

2011-10-22 Thread Daniel Hyams
ould be accepted were I to go ahead and do it. I didn't want to spend the time working on it if a decision had already been made a while back to not ever support double clicks. -- Daniel Hyams dhy...@gmail.com -- The d

[matplotlib-devel] draw() in Figure does not obey get_animated()

2011-10-14 Thread Daniel Hyams
figure.py), add the following line just before dsu.sort(): dsu = [x for x in dsu if not x[1].im_self.get_animated()] -- Daniel Hyams dhy...@gmail.com -- All the data continuously generated in your IT infrastructure contains

Re: [matplotlib-devel] blurry images at native resolution with images.BboxImage: patch to fix

2011-10-13 Thread Daniel Hyams
or a scientific purpose. However, when you want to display an image for a annotational type purpose, the former approach should be taken, in my opinion. On Thu, Oct 13, 2011 at 11:13 AM, John Hunter wrote: > On Thu, Oct 13, 2011 at 10:06 AM, Daniel Hyams wrote: > > > Isn't the pu

Re: [matplotlib-devel] blurry images at native resolution with images.BboxImage: patch to fix

2011-10-13 Thread Daniel Hyams
I want it to, I'll submit it to you guys for inclusion into matplotlib if you want it. I was hoping to formulate it as a mixin that will work for any artist (not just BboxImage) within reasonable limits. -- Daniel Hyams dhy...@gmail.com -

[matplotlib-devel] blurry images at native resolution with images.BboxImage: patch to fix

2011-10-13 Thread Daniel Hyams
m=self._filternorm, radius=self._filterrad) im.resize(int(widthDisplay), int(heightDisplay), norm=self._filternorm, radius=self._filterrad) return im -- Daniel Hyams dhy...@gmail.com --

Re: [matplotlib-devel] [Matplotlib-users] Calling all Mac OSX users!

2011-08-24 Thread Daniel O'Connor
u MacPorts maintainers :) sudo port install py27-matplotlib Obviously that doesn't help when building a dev version, although you can build out of tree ports. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about

[matplotlib-devel] improved source code for radar chart example in matplotlib docs

2011-04-08 Thread Daniel Barnette
consider replacing the current version in the docs with the one I'll send. Just reply and I'll send the code. You can decide from there whether to use it to replace current version. I did not want to attach the code if no one is interested. Danie

[matplotlib-devel] small bug report

2010-10-30 Thread Daniel Hyams
In backend_wx.py, function Copy_To_Clipboard. A call to wx.TheClipboard.Flush() should follow wx.TheClipboard.Close(). If not, the data put on the clipboard does not persist after the wx application is closed. -- Daniel Hyams dhy...@gmail.com

[matplotlib-devel] putting a legend in its place

2010-10-29 Thread Daniel Hyams
1 all the time. I browsed all through the legend object (a live one) and just can't find any numbers at all that look like the legend width/height, in any coordinate system. I hope I'm missing something obvi

[matplotlib-devel] putting a legend in its place

2010-10-29 Thread Daniel Hyams
1 all the time. I browsed all through the legend object (a live one) and just can't find any numbers at all that look like the legend width/height, in any coordinate system. I hope I'm missing something obvious

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread Daniel Hyams
Right, I was referring specifically to MATPLOTLIBDIR ;) I was just pleased as punch to find it in the source code, documented or no :) On Mon, Oct 25, 2010 at 5:06 PM, John Hunter wrote: > On Mon, Oct 25, 2010 at 3:41 PM, Daniel Hyams wrote: > > > It doesn't really insist on

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread Daniel Hyams
> > It doesn't really insist on it right? There are MATPLOTLIBDIR and MPLCONFIGDIR environment variables. The former is for the location of mpl-data, and is not really documented well (that I could find, anyway, but I found it in the

Re: [matplotlib-devel] small patch for trunk/matplotlib/lib/matplotlib/axis.py

2010-08-18 Thread Daniel Hyams
gridline', [tick.gridline for tick in ticks]) def get_label(self): On Wed, Aug 18, 2010 at 1:05 PM, Ryan May wrote: > On Wed, Aug 18, 2010 at 9:25 AM, Daniel Hyams wrote: > > This is a small patch to enable get_gridlines to be able to get the grid > > lines for the min

[matplotlib-devel] small patch for trunk/matplotlib/lib/matplotlib/axis.py

2010-08-18 Thread Daniel Hyams
minor: ticks = self.get_minor_ticks() > else: ticks = self.get_major_ticks() -- Daniel Hyams dhy...@gmail.com -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Deve

Re: [matplotlib-devel] repeated calls to show() are now OK?

2010-06-13 Thread Daniel Welling
Something that I have noticed: When using TkAgg (python 2.5, OSX/ppc, mpl 99.0), isinteractive() switches from False to True after the first call to show() (see below). When I switch back ends, e.g. to Qt4, this change does not happen until I do it myself through ion(). This was reproduceable on

[matplotlib-devel] building matplotlib-0.99.1.1.tar.gz on Mac OS X 10.6.1 (Snow Leopard)

2009-10-12 Thread Daniel Huff
Hello, With the caveat that I have not closely followed this mail list, I thought I would offer an alternate build method than what seems to be the preferred method for building matplotlib on Mac OS X. I tried to skim through recent mailing list posts to see if anything like this had been

[matplotlib-devel] FltkAgg Patch

2009-06-02 Thread Daniel
. Thanks for all your work on matplotlib! Daniel Index: lib/matplotlib/backends/backend_fltkagg.py === --- lib/matplotlib/backends/backend_fltkagg.py (revision 7174) +++ lib/matplotlib/backends/backend_fltkagg.py (working copy) @@ -115,6

[matplotlib-devel] How to write a custom zoom behavior ?

2006-09-23 Thread Daniel Kornhauser
x-ymin)+Ymin self.axes.set_xlim((x1, x2)) self.axes.set_ylim((y1, y2)) self.canvas.draw() Any help would be welcomed! Daniel. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and y