. 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
&
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
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
, 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.
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.
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
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
#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
&
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
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
--
> 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.
>
, 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
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
>>
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
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
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
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
-
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
--
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
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
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
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
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
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
>
>
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
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
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
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
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
.
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
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
31 matches
Mail list logo