[matplotlib-devel] navigation toolbar keyboard shortcuts patch

2008-10-16 Thread Paul Ivanov
help / feature request From: Ben Axelrod [EMAIL PROTECTED] - 2008-07-31 16:08 (but I don't know how to reply to that message as I was not on the the users list at that time) cheers, Paul Ivanov Index: matplotlib/lib/matplotlib/backend_bases.py

Re: [matplotlib-devel] navigation toolbar keyboard shortcuts patch

2008-10-21 Thread Paul Ivanov
feedback, Paul Ivanov John Hunter, on 2008-10-17 04:02, wrote: On Thu, Oct 16, 2008 at 9:18 PM, Paul Ivanov [EMAIL PROTECTED] wrote: Hi, I'm a big fan of keyboard shortcuts, so I decided to add these guys to lib/matplotlib/backend_bases.py I'm not sure if this is too much, and maybe

[matplotlib-devel] patch: bug with twinx and scientific style

2011-01-02 Thread Paul Ivanov
I sent this to the -users list a little over a week ago - now resending to -devel list against the latest svn. best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 Paul Ivanov, on 2010-12-23 09:47, wrote: Václav

Re: [matplotlib-devel] A quesstion with matplotlib

2011-01-02 Thread Paul Ivanov
its size. hope that helps, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital signature -- Learn how Oracle

[matplotlib-devel] two gridspec patches (fix getitem bug and docs)

2011-01-04 Thread Paul Ivanov
\ on line 1 of doc/users/gridspec.rst best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 Index: doc/users/plotting/examples/demo_gridspec06.py === --- doc

Re: [matplotlib-devel] two gridspec patches (fix getitem bug and docs)

2011-01-04 Thread Paul Ivanov
Benjamin Root, on 2011-01-04 19:48, wrote: 2011/1/4 Paul Ivanov pivanov...@gmail.com Hi matplotlib developers, I was answering a question on the -users list and came across a gridspec __getitem__ bug which causes an infinite loop if the user tries to iterate over it, because getitem

Re: [matplotlib-devel] documentation oddities

2011-01-11 Thread Paul Ivanov
-up of a bunch of typos in the docstrings of mpl_toolkits/axes_grid1/ files that I'll check in later on tonight or tomorrow. best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital

[matplotlib-devel] backporting typo fixes?

2011-01-17 Thread Paul Ivanov
Hi everyone, I just committed a big typos fix to trunk (r8925), should changes like this be backported to the maintenance branch? best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description

Re: [matplotlib-devel] A new KNOWNFAIL, pcolormesh.png ?

2011-01-18 Thread Paul Ivanov
, if you're interested in doing this in matplotlib, ;) just subtract your (floating point 0.0-1.0) color from (1.,1.,1.) to get the new color. I'm attaching the difference image, with its colors inverted. best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http

[matplotlib-devel] Automatic subplot_params for fitting label text (was Re: [Matplotlib-users] Suggestions for auto scaling fonts ,

2011-01-21 Thread Paul Ivanov
etc for producing images at various scales) Reply-To: In-Reply-To: 20110121232036.GA26739@ykcyc X-PGP-Key: http://pirsquared.org/PaulIvanov0F3E28F7.asc Paul Ivanov, on 2011-01-21 15:20, wrote: I'm almost certain that one *can* write a function to do this pro grammatically (without having

[matplotlib-devel] sourceforge 'latest' still points to 1.0.0

2011-02-09 Thread Paul Ivanov
download links that are scattered about (the one on the project summary page, for example) Can someone with the privileges points it to 1.0.1? best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc

Re: [matplotlib-devel] Possibility for internationalized sphinx docs?

2011-02-22 Thread Paul Ivanov
and reword confusing portions of the documentation (in particular, idiomatic or otherwise untranslatable usage of English in docstrings is considered a bug which you should report). best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key

Re: [matplotlib-devel] What's the status of the py3k branch?

2011-02-25 Thread Paul Ivanov
best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital signature -- Free Software Download: Index, Search

Re: [matplotlib-devel] What's the status of the py3k branch?

2011-02-25 Thread Paul Ivanov
Benjamin Root, on 2011-02-25 18:03, wrote: On Fri, Feb 25, 2011 at 5:11 PM, Paul Ivanov pivanov...@gmail.com wrote: By the way, there was a recent poll on python.org for packages where users desire Python 3 support. Here are the top 10: Votes | Package --+ 837

[matplotlib-devel] behaviour of clf()

2011-03-22 Thread Paul Ivanov
any thoughts about this? -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital signature -- Enable your

Re: [matplotlib-devel] I screwed up matplotlib/master on github

2011-03-24 Thread Paul Ivanov
Paul Ivanov, on 2011-03-24 01:30, wrote: I offer my sincerest apologies, I royally screwed up and thought that I was pushing out to one of my own branches and somehow ended up pushing a 2 day old copy of master out to matplotlib/master with 'git push -f'. Assuming Mike's work from today

Re: [matplotlib-devel] I screwed up matplotlib/master on github

2011-03-24 Thread Paul Ivanov
and Tiffany's couldn't hope to compete with me. best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital signature

Re: [matplotlib-devel] Bug: plot numpy.nans vs. datetime objects

2011-03-25 Thread Paul Ivanov
at least one of the elements of x to be something other than nan does not cause the error. There is an inconsistency, though, in that plt.plot(x,x) when x is full of nans does not cause any errors. best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org

Re: [matplotlib-devel] [Matplotlib-users] matplotlib.test() no errors, but $nosetest matplotlib.tests - errors and failure?

2011-03-28 Thread Paul Ivanov
that these tests weren't running before. Any developers want to chime in on this? best, -- Paul Ivanov http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 Michael Droettboom, on 2010-07-27 11:19, wrote: Hmm... surprisingly, I am actually able to reproduce this sort of behaviour here. I'll

[matplotlib-devel] mpl on OS X with Python 3.1 (was Re: Help)

2011-03-28 Thread Paul Ivanov
in progress, what's been completed, and what's left to do here: https://github.com/matplotlib/matplotlib-py3/wiki (Also, this is more of a matplotlib-users question, so I'm replying to that list) best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG

Re: [matplotlib-devel] Last object added to the plot

2011-04-04 Thread Paul Ivanov
). try this, and you'll see the cyan line is removed: plt.plot([1,2,3],'r') plt.plot([1,2,1],'c') ax = plt.gca() del(ax.lines[-1]) plt.draw() -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description

Re: [matplotlib-devel] mpl@wired

2011-04-13 Thread Paul Ivanov
citations, too? I'm guessing you inferred he used mpl from the plots and the python tag on the post - but what are mere mortals supposed to do? :) best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc

Re: [matplotlib-devel] Bleeding edge repository location

2011-04-14 Thread Paul Ivanov
) on it at the moment. I can provide access to anyone who gives me their public ssh key. best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital signature

Re: [matplotlib-devel] Proposal for Broken Axes

2011-07-11 Thread Paul Ivanov
://github.com/matplotlib/matplotlib/blob/master/examples/pylab_examples/broken_axis.py best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital signature

Re: [matplotlib-devel] which to fork from?

2011-10-25 Thread Paul Ivanov
bug -- it should be on the maintenance branch.) best, -- Paul Ivanov 314 address only used for lists,  off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- The demand for IT networking

[matplotlib-devel] tagging releases (v1.1.0 tag missing)

2011-11-03 Thread Paul Ivanov
different releases by name, and also provides source download via zip and tarball on github. --- best, -- Paul Ivanov 314 address only used for lists,  off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7

Re: [matplotlib-devel] tagging releases (v1.1.0 tag missing)

2011-11-11 Thread Paul Ivanov
On Fri, Nov 11, 2011 at 5:40 PM, Benjamin Root ben.r...@ou.edu wrote: On Fri, Nov 11, 2011 at 7:19 PM, Benjamin Root ben.r...@ou.edu wrote: On Thu, Nov 10, 2011 at 5:52 PM, Paul Ivanov pivanov...@gmail.com wrote: Just wanted to re-ping the list, but include John and Ben directly:  can we

Re: [matplotlib-devel] should the ordering of clf() matter for AxesGrid?

2012-01-11 Thread Paul Ivanov
.axes_grid.CbarAxes at 0xb97486c] In [41]: plt.clf() In [42]: f.axes Out[42]: [] Perhaps you wanted to simply to clear the individual axes? You can do that with [g.cla() for g in grid] instead of your call to plt.clf() best, -- Paul Ivanov 314 address only used for lists, off-list direct

[matplotlib-devel] soliciting feedback on proposed user survey

2012-03-28 Thread Paul Ivanov
. https://docs.google.com/spreadsheet/viewanalytics?formkey=dHpQS25pcTZIRWdqX0pNckNSU01sMHc6MQ best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7

Re: [matplotlib-devel] soliciting feedback on proposed user survey

2012-03-28 Thread Paul Ivanov
Paul Ivanov, on 2012-03-28 17:22, wrote: Hey everyone, with 1.1.1 just around the corner, I thought it'd be nice to put together an MPL user survey, similar to what Thomas Kluyver organized for IPython last year [1]. Here's what I've got so far [2], and here's the response one gets upon

Re: [matplotlib-devel] soliciting feedback on proposed user survey

2012-03-31 Thread Paul Ivanov
SVG TkAgg WX WXAgg I don't know. What's a backend? -- Paul Ivanov 314 address only used for lists,  off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- This SF email

[matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Paul Ivanov
://github.com/matplotlib/matplotlib/pull/861 2. https://github.com/tonysyu/mpltools best, -- Paul Ivanov 314 address only used for lists,  off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- Live Security

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Paul Ivanov
, it won't make it into the 1.1.x series, and in the next major relase (= py2.6) we can safely use context managers. best -- Paul Ivanov 314 address only used for lists,  off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7

Re: [matplotlib-devel] Hacking on matplotlib

2012-07-11 Thread Paul Ivanov
://github.com/matplotlib/matplotlib/issues/697 best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- Live Security Virtual Conference Exclusive live

Re: [matplotlib-devel] documentation error at http://matplotlib.sourceforge.net/sampledoc/custom_look.html

2012-08-29 Thread Paul Ivanov
. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- Paul Ivanov 314 address only used for lists, off

Re: [matplotlib-devel] Last call for 1.2.0

2012-11-08 Thread Paul Ivanov
be worthwhile to start to give a more sensible way of creating figures and axes in one call for our the folks who'll be looking at matplotlib with fresh eyes after the 1.2 release. But I totally understand if folks feel this is too big of a pill to swallow this late in the game. go, team, go! -- Paul

Re: [matplotlib-devel] New plot type idea -- EventRaster

2012-11-12 Thread Paul Ivanov
/coding_guide.html#writing-a-new-pyplot-function -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- Monitor your physical, virtual and cloud

[matplotlib-devel] master vs maintenance branches (current process and proposal for future workflow)

2012-11-12 Thread Paul Ivanov
opens an issue for as a placeholder / reminder for the bugfix being a candidate to go into the maintenance branch. Because it seems like at this point, we aren't even sure if we're going to do a 1.2.1 release... better, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http

Re: [matplotlib-devel] tick_params direction 'inout'

2012-11-15 Thread Paul Ivanov
to #1503 if that makes sense to go to v1.2.x -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- Monitor your physical, virtual and cloud

Re: [matplotlib-devel] Matplotlib 'testing' page link broken

2012-11-21 Thread Paul Ivanov
me to http://matplotlib.org/devel/testing.html#testing -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- Monitor your physical, virtual

[matplotlib-devel] DeprecationWarnings in matplotlib effectively invisible (with proposed fix)

2012-12-05 Thread Paul Ivanov
/pull/1565 Any feedback is appreciated, better, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- LogMeIn Rescue: Anywhere, Anytime Remote

Re: [matplotlib-devel] DeprecationWarnings in matplotlib effectively invisible (with proposed fix)

2012-12-05 Thread Paul Ivanov
DeprecationWarnings *are* about code that will just disappear in future releases. -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 -- LogMeIn

[matplotlib-devel] closing (and opening) the user survey?

2013-07-17 Thread Paul Ivanov
\/ \ / `~,_ \\ __o ? _ \,_ /:\ --(_)/-(_).../ | \ --...J Paul Ivanov http://pirsquared.org -- See everything from the browser to the database with AppDynamics Get end-to-end

Re: [matplotlib-devel] Any IPython issues?

2013-07-24 Thread Paul Ivanov
? _ \,_ /:\ --(_)/-(_).../ | \ --...J Paul Ivanov http://pirsquared.org -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks

Re: [matplotlib-devel] matplotlib Hangout today at 14:00 UTC (10:00am ET)

2013-10-24 Thread Paul Ivanov
\/ \ / `~,_ \\ __o ? _ \,_ /:\ --(_)/-(_).../ | \ --...J Paul Ivanov http://pirsquared.org -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

Re: [matplotlib-devel] matplotlib Hangout today at 14:00 UTC (10:00am ET)

2013-10-24 Thread Paul Ivanov
, -- _ / \ A* \^ - ,./ _.`\\ / \ / ,--.S\/ \ / `~,_ \\ __o ? _ \,_ /:\ --(_)/-(_).../ | \ --...J Paul Ivanov http://pirsquared.org

Re: [matplotlib-devel] Hangout today

2013-11-16 Thread Paul Ivanov
. -- _ / \ A* \^ - ,./ _.`\\ / \ / ,--.S\/ \ / `~,_ \\ __o ? _ \,_ /:\ --(_)/-(_).../ | \ --...J Paul Ivanov http://pirsquared.org

Re: [matplotlib-devel] PEP 8 change in Travis

2014-03-26 Thread Paul Ivanov
\/ \ / `~,_ \\ __o ? _ \,_ /:\ --(_)/-(_).../ | \ --...J Paul Ivanov http://pirsquared.org -- ___ Matplotlib

Re: [matplotlib-devel] Fwd: v1.4 feature freeze + release timeline

2014-05-16 Thread Paul Ivanov
/update_whatsnew.py -- _ / \ A* \^ - ,./ _.`\\ / \ / ,--.S\/ \ / `~,_ \\ __o ? _ \,_ /:\ --(_)/-(_).../ | \ --...J Paul Ivanov http://pirsquared.org

Re: [matplotlib-devel] bad formatting on main page

2014-09-19 Thread Paul Ivanov
Looks like Thomas Caswell changed what used to be tt tags to be pre tags, and those are getting their own lines. The fix would be to either change them back to tt tags, or adjust the CSS to wrap pre elements (instead of line breaking them) On Fri, Sep 19, 2014 at 1:16 PM, Benjamin Root

Re: [matplotlib-devel] RFC: candidates for a new default colormap

2015-06-02 Thread Paul Ivanov
1. C 2. B 3. A But I wouldn't call them aesthetic - the purple in there just looks off - I'd prefer something like hot, afmhot, or gist_heat - or variations on those. Since this thread is bound to get plenty of attention (I suggest getting feedback from -users, too), we would be remiss if we