SF.net SVN: matplotlib:[8905] trunk/matplotlib/lib/matplotlib/backends/ backend_tkagg.py

2011-01-11 Thread ryanmay
Revision: 8905 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8905&view=rev Author: ryanmay Date: 2011-01-12 03:18:02 + (Wed, 12 Jan 2011) Log Message: --- Prevent double start of timer. Thanks to Michiel de Hoon for finding the problem. Modified P

SF.net SVN: matplotlib:[8804] trunk/matplotlib/lib/matplotlib/mlab.py

2010-11-16 Thread ryanmay
Revision: 8804 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8804&view=rev Author: ryanmay Date: 2010-11-17 04:37:27 + (Wed, 17 Nov 2010) Log Message: --- Fix buglet where y would stay as pre-asarray() version of x if they were passed in as the same ob

SF.net SVN: matplotlib:[8803] trunk/matplotlib/lib/matplotlib/mlab.py

2010-11-16 Thread ryanmay
Revision: 8803 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8803&view=rev Author: ryanmay Date: 2010-11-17 04:13:31 + (Wed, 17 Nov 2010) Log Message: --- Some cosmetic changes to _spectral_helper(). Biggest change is to update the documentation to indi

SF.net SVN: matplotlib:[8763] trunk/matplotlib/examples/widgets/ radio_buttons.py

2010-10-22 Thread ryanmay
Revision: 8763 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8763&view=rev Author: ryanmay Date: 2010-10-23 04:43:51 + (Sat, 23 Oct 2010) Log Message: --- Fix radio_buttons example for event connections only taking a weak reference. Modified P

SF.net SVN: matplotlib:[8730] trunk/matplotlib/lib/matplotlib/lines.py

2010-10-06 Thread ryanmay
Revision: 8730 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8730&view=rev Author: ryanmay Date: 2010-10-06 16:03:48 + (Wed, 06 Oct 2010) Log Message: --- contains() was relying on some attributes being set by draw(). Add code to make contains() not cau

SF.net SVN: matplotlib:[8729] trunk/matplotlib/lib/matplotlib/artist.py

2010-10-06 Thread ryanmay
Revision: 8729 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8729&view=rev Author: ryanmay Date: 2010-10-06 16:00:27 + (Wed, 06 Oct 2010) Log Message: --- Move import of traceback to only occur in the event of an exception. Modified P

SF.net SVN: matplotlib:[8697] branches/v1_0_maint/lib/matplotlib/backends/ backend_gtk.py

2010-09-11 Thread ryanmay
Revision: 8697 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8697&view=rev Author: ryanmay Date: 2010-09-11 19:03:52 + (Sat, 11 Sep 2010) Log Message: --- Handle multple calls to GTKTimer.start() by stopping any existing gtk timer id. Modified P

SF.net SVN: matplotlib:[8696] branches/v1_0_maint/lib/matplotlib/mlab.py

2010-09-11 Thread ryanmay
Revision: 8696 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8696&view=rev Author: ryanmay Date: 2010-09-11 19:02:38 + (Sat, 11 Sep 2010) Log Message: --- Fix typo in griddata(). Modified Paths: -- branches/v1_0_maint/lib/matplotlib/mla

SF.net SVN: matplotlib:[8666] trunk/matplotlib/lib/matplotlib/animation.py

2010-08-27 Thread ryanmay
Revision: 8666 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8666&view=rev Author: ryanmay Date: 2010-08-27 18:21:35 + (Fri, 27 Aug 2010) Log Message: --- Add some TODO's and remove some debug code. Modified Paths: -- trunk/matpl

SF.net SVN: matplotlib:[8665] trunk/matplotlib/lib/matplotlib/animation.py

2010-08-27 Thread ryanmay
Revision: 8665 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8665&view=rev Author: ryanmay Date: 2010-08-27 18:13:22 + (Fri, 27 Aug 2010) Log Message: --- Fix some issues with saving movies from FuncAnimation. The initialization draw was putting data in

SF.net SVN: matplotlib:[8663] trunk/matplotlib/examples

2010-08-25 Thread ryanmay
Revision: 8663 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8663&view=rev Author: ryanmay Date: 2010-08-26 03:49:17 + (Thu, 26 Aug 2010) Log Message: --- Hide old animation examples under the animation/ subdir. Added Paths: --- trunk/matplo

SF.net SVN: matplotlib:[8662] trunk/matplotlib/examples/animation/ basic_example.py

2010-08-25 Thread ryanmay
Revision: 8662 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8662&view=rev Author: ryanmay Date: 2010-08-26 03:40:09 + (Thu, 26 Aug 2010) Log Message: --- Add another set of basic examples. Added Paths: --- trunk/matplotlib/examples/anima

SF.net SVN: matplotlib:[8661] trunk/matplotlib/examples/animation

2010-08-25 Thread ryanmay
Revision: 8661 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8661&view=rev Author: ryanmay Date: 2010-08-26 03:30:38 + (Thu, 26 Aug 2010) Log Message: --- Update examples to use proper imports. Modified Paths: -- trunk/matplotlib/exam

SF.net SVN: matplotlib:[8660] trunk/matplotlib/examples

2010-08-25 Thread ryanmay
Revision: 8660 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8660&view=rev Author: ryanmay Date: 2010-08-26 03:23:25 + (Thu, 26 Aug 2010) Log Message: --- Add previous animation examples ported to new framework, as well as a few new ones. Added P

SF.net SVN: matplotlib:[8659] trunk/matplotlib/examples

2010-08-25 Thread ryanmay
Revision: 8659 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8659&view=rev Author: ryanmay Date: 2010-08-26 03:19:14 + (Thu, 26 Aug 2010) Log Message: --- Move previous animation examples to make room for new ones. Added Paths: --- trunk/matplo

SF.net SVN: matplotlib:[8658] trunk/matplotlib

2010-08-25 Thread ryanmay
Revision: 8658 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8658&view=rev Author: ryanmay Date: 2010-08-26 03:11:42 + (Thu, 26 Aug 2010) Log Message: --- Add new animation framework. Modified Paths: -- trunk/matplotlib/CHANGELOG Added P

SF.net SVN: matplotlib:[8553] branches/py3k/lib/matplotlib/transforms.py

2010-07-14 Thread ryanmay
Revision: 8553 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8553&view=rev Author: ryanmay Date: 2010-07-15 03:53:14 + (Thu, 15 Jul 2010) Log Message: --- Fix import from _path and combine with other existing (working) import. Modified P

SF.net SVN: matplotlib:[8552] branches/py3k/lib/matplotlib

2010-07-14 Thread ryanmay
Revision: 8552 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8552&view=rev Author: ryanmay Date: 2010-07-15 03:34:32 + (Thu, 15 Jul 2010) Log Message: --- Convert uses of the builtin file() to the builtin open(). Calls to file() are not converted by

SF.net SVN: matplotlib:[8540] trunk/matplotlib/setupext.py

2010-07-10 Thread ryanmay
Revision: 8540 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8540&view=rev Author: ryanmay Date: 2010-07-11 02:29:08 + (Sun, 11 Jul 2010) Log Message: --- Make setupext.py compatible with both Python 2 and 3. Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[8539] branches/v1_0_maint/lib/matplotlib/axis.py

2010-07-09 Thread ryanmay
Revision: 8539 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8539&view=rev Author: ryanmay Date: 2010-07-09 18:30:07 + (Fri, 09 Jul 2010) Log Message: --- Fix setting of minor ticklabels. As far as I can tell, the extra call to set_major_formatter is due t

SF.net SVN: matplotlib:[8538] trunk/matplotlib/lib/matplotlib/axis.py

2010-07-09 Thread ryanmay
Revision: 8538 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8538&view=rev Author: ryanmay Date: 2010-07-09 18:28:47 + (Fri, 09 Jul 2010) Log Message: --- Fix setting of minor ticklabels. As far as I can tell, the extra call to set_major_formatter is due t

SF.net SVN: matplotlib:[8537] trunk/matplotlib/setup.py

2010-07-09 Thread ryanmay
Revision: 8537 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8537&view=rev Author: ryanmay Date: 2010-07-09 18:21:30 + (Fri, 09 Jul 2010) Log Message: --- Some basic changes that allow setup.py to work with both Python 2 and 3. Modified P

SF.net SVN: matplotlib:[8489] trunk/matplotlib/lib/matplotlib/backends/ backend_agg.py

2010-07-02 Thread ryanmay
Revision: 8489 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8489&view=rev Author: ryanmay Date: 2010-07-02 23:03:44 + (Fri, 02 Jul 2010) Log Message: --- Clean up docstring of restore_region(). Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[8486] trunk/matplotlib/lib/matplotlib/colorbar.py

2010-07-02 Thread ryanmay
Revision: 8486 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8486&view=rev Author: ryanmay Date: 2010-07-02 18:45:17 + (Fri, 02 Jul 2010) Log Message: --- Allow set_ticks to take a locator object, since this is valid for the ticks kwarg in __init__. Modi

SF.net SVN: matplotlib:[8478] trunk/matplotlib/lib/matplotlib/backend_bases .py

2010-06-30 Thread ryanmay
Revision: 8478 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8478&view=rev Author: ryanmay Date: 2010-06-30 16:31:23 + (Wed, 30 Jun 2010) Log Message: --- Force timer interval to int. This silences an exception for Tk and a warning from GTK when a floa

SF.net SVN: matplotlib:[8366] trunk/matplotlib

2010-06-01 Thread ryanmay
Revision: 8366 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8366&view=rev Author: ryanmay Date: 2010-06-02 03:22:57 + (Wed, 02 Jun 2010) Log Message: --- Make pcolormesh() and QuadMesh take/forward on kwargs as appropriate. This fixes (at least) zorder

SF.net SVN: matplotlib:[8340] trunk/matplotlib/lib/matplotlib/axes.py

2010-05-28 Thread ryanmay
Revision: 8340 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8340&view=rev Author: ryanmay Date: 2010-05-28 16:56:45 + (Fri, 28 May 2010) Log Message: --- Fix typos in set_xlim docstring. Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib:[8301] trunk/matplotlib/lib/matplotlib/axes.py

2010-05-08 Thread ryanmay
Revision: 8301 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8301&view=rev Author: ryanmay Date: 2010-05-09 02:59:29 + (Sun, 09 May 2010) Log Message: --- Clarify axes.scatter docstring slightly for using 'none' as a string instead of t

SF.net SVN: matplotlib:[8273] trunk/matplotlib/examples/animation/ dynamic_image_gtkagg.py

2010-04-26 Thread ryanmay
Revision: 8273 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8273&view=rev Author: ryanmay Date: 2010-04-26 20:37:14 + (Mon, 26 Apr 2010) Log Message: --- Remove unused import. Modified Paths: -- trunk/matplotlib/examples/anima

SF.net SVN: matplotlib:[8272] trunk/matplotlib/lib/matplotlib/backend_bases .py

2010-04-26 Thread ryanmay
Revision: 8272 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8272&view=rev Author: ryanmay Date: 2010-04-26 19:10:40 + (Mon, 26 Apr 2010) Log Message: --- Make the TimerBase start/stop implementations just simple pass instead of raising NotImplementedE

SF.net SVN: matplotlib:[8260] trunk/matplotlib

2010-04-20 Thread ryanmay
Revision: 8260 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8260&view=rev Author: ryanmay Date: 2010-04-20 22:37:01 + (Tue, 20 Apr 2010) Log Message: --- Update timer support to allow for kwargs on callbacks. Also fix up a few bugs in the T

SF.net SVN: matplotlib:[8259] trunk/matplotlib

2010-04-20 Thread ryanmay
Revision: 8259 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8259&view=rev Author: ryanmay Date: 2010-04-20 20:23:00 + (Tue, 20 Apr 2010) Log Message: --- Add example using new generic timer support and update ChangeLog. Modified P

SF.net SVN: matplotlib:[8258] trunk/matplotlib/lib/matplotlib/backend_bases .py

2010-04-20 Thread ryanmay
Revision: 8258 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8258&view=rev Author: ryanmay Date: 2010-04-20 20:02:38 + (Tue, 20 Apr 2010) Log Message: --- Fix dumb bug in timer calling callbacks with args. Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[8257] trunk/matplotlib/lib/matplotlib/backends/ backend_gtk.py

2010-04-20 Thread ryanmay
Revision: 8257 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8257&view=rev Author: ryanmay Date: 2010-04-20 20:01:28 + (Tue, 20 Apr 2010) Log Message: --- Remove imports from earlier development. Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[8256] trunk/matplotlib/lib/matplotlib/backends/ backend_wx.py

2010-04-20 Thread ryanmay
Revision: 8256 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8256&view=rev Author: ryanmay Date: 2010-04-20 19:59:23 + (Tue, 20 Apr 2010) Log Message: --- Remove extra import in timer. Modified Paths: -- trunk/matplotlib/lib/matplotlib/back

SF.net SVN: matplotlib:[8255] trunk/matplotlib/lib/matplotlib/backends/ backend_qt4.py

2010-04-20 Thread ryanmay
Revision: 8255 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8255&view=rev Author: ryanmay Date: 2010-04-20 19:58:10 + (Tue, 20 Apr 2010) Log Message: --- Use global import of PyQt4 instead of a local one. Modified Paths: -- trunk/matplo

SF.net SVN: matplotlib:[8254] trunk/matplotlib/lib/matplotlib/backends/ backend_tkagg.py

2010-04-20 Thread ryanmay
Revision: 8254 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8254&view=rev Author: ryanmay Date: 2010-04-20 19:43:01 + (Tue, 20 Apr 2010) Log Message: --- Add TimerTk and new_timer() method. Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib:[8253] trunk/matplotlib/lib/matplotlib/backends/ backend_wx.py

2010-04-20 Thread ryanmay
Revision: 8253 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8253&view=rev Author: ryanmay Date: 2010-04-20 19:42:29 + (Tue, 20 Apr 2010) Log Message: --- Add TimerWx and new_timer() method. Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib:[8252] trunk/matplotlib/lib/matplotlib/backends/ backend_qt4.py

2010-04-20 Thread ryanmay
Revision: 8252 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8252&view=rev Author: ryanmay Date: 2010-04-20 19:42:05 + (Tue, 20 Apr 2010) Log Message: --- Add TimerQT and new_timer() method. Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib:[8251] trunk/matplotlib/lib/matplotlib/backends/ backend_gtk.py

2010-04-20 Thread ryanmay
Revision: 8251 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8251&view=rev Author: ryanmay Date: 2010-04-20 19:41:38 + (Tue, 20 Apr 2010) Log Message: --- Add TimerGTK and new_timer() method. Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib:[8250] trunk/matplotlib/lib/matplotlib/backend_bases .py

2010-04-20 Thread ryanmay
Revision: 8250 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8250&view=rev Author: ryanmay Date: 2010-04-20 19:40:12 + (Tue, 20 Apr 2010) Log Message: --- Add base support and API for creating backend-independant timers, implemented using the GUI toolk

SF.net SVN: matplotlib:[8239] trunk/matplotlib/examples/animation/ strip_chart_demo.py

2010-04-16 Thread ryanmay
Revision: 8239 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8239&view=rev Author: ryanmay Date: 2010-04-16 19:02:22 + (Fri, 16 Apr 2010) Log Message: --- Remove unused import. Modified Paths: -- trunk/matplotlib/examples/anima

SF.net SVN: matplotlib:[8238] trunk/matplotlib/examples/event_handling/ close_event.py

2010-04-16 Thread ryanmay
Revision: 8238 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8238&view=rev Author: ryanmay Date: 2010-04-16 19:01:30 + (Fri, 16 Apr 2010) Log Message: --- Add basic example/test for close_event. Added Paths: --- trunk/matplotlib/exam

SF.net SVN: matplotlib:[8237] trunk/matplotlib/lib/matplotlib/backends

2010-04-16 Thread ryanmay
Revision: 8237 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8237&view=rev Author: ryanmay Date: 2010-04-16 19:00:55 + (Fri, 16 Apr 2010) Log Message: --- Add the appropriate code to each of the backends to call close_event() so that the events are prop

SF.net SVN: matplotlib:[8236] trunk/matplotlib/lib/matplotlib/backend_bases .py

2010-04-16 Thread ryanmay
Revision: 8236 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8236&view=rev Author: ryanmay Date: 2010-04-16 18:37:44 + (Fri, 16 Apr 2010) Log Message: --- Remove debug output. Modified Paths: -- trunk/matplotlib/lib/matplotlib/backend_base

SF.net SVN: matplotlib:[8235] trunk/matplotlib

2010-04-16 Thread ryanmay
Revision: 8235 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8235&view=rev Author: ryanmay Date: 2010-04-16 18:32:53 + (Fri, 16 Apr 2010) Log Message: --- Add a generic close event that notifies when the figure has been closed. Useful for disable other t

SF.net SVN: matplotlib:[8217] trunk/matplotlib/lib/matplotlib/quiver.py

2010-04-02 Thread ryanmay
Revision: 8217 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8217&view=rev Author: ryanmay Date: 2010-04-02 18:47:00 + (Fri, 02 Apr 2010) Log Message: --- Correct calculation of vectors with quiver and angles='xy'. Using just a small eps can resu

SF.net SVN: matplotlib:[8216] trunk/matplotlib/examples/api/hinton_demo.py

2010-03-31 Thread ryanmay
Revision: 8216 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8216&view=rev Author: ryanmay Date: 2010-04-01 03:41:24 + (Thu, 01 Apr 2010) Log Message: --- Clean up a little more. Modified Paths: -- trunk/matplotlib/examples/api/hinton_dem

SF.net SVN: matplotlib:[8215] trunk/matplotlib/examples/api/hinton_demo.py

2010-03-31 Thread ryanmay
Revision: 8215 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8215&view=rev Author: ryanmay Date: 2010-04-01 03:40:51 + (Thu, 01 Apr 2010) Log Message: --- Add example of Hinton plots, which are used to plot weight matrices. Added Paths: --- t

SF.net SVN: matplotlib:[8214] trunk/matplotlib/lib/matplotlib/ticker.py

2010-03-25 Thread ryanmay
Revision: 8214 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8214&view=rev Author: ryanmay Date: 2010-03-25 14:17:17 + (Thu, 25 Mar 2010) Log Message: --- Correct docstring for ScalarFormatter to represent current behavior. Modified P

SF.net SVN: matplotlib:[8208] trunk/matplotlib/examples/pylab_examples/ multicolored_line.py

2010-03-21 Thread ryanmay
Revision: 8208 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8208&view=rev Author: ryanmay Date: 2010-03-21 19:27:52 + (Sun, 21 Mar 2010) Log Message: --- Add second example from scipy cookbook to this script, showing the use of more traditional colormap

SF.net SVN: matplotlib:[8207] trunk/matplotlib/examples/pylab_examples/ multicolored_line.py

2010-03-21 Thread ryanmay
Revision: 8207 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8207&view=rev Author: ryanmay Date: 2010-03-21 17:43:11 + (Sun, 21 Mar 2010) Log Message: --- Add multicolored line example based on an example from the scipy.org cookbook cleaned up to use color

SF.net SVN: matplotlib:[8098] trunk/matplotlib/lib/matplotlib/contour.py

2010-01-28 Thread ryanmay
Revision: 8098 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8098&view=rev Author: ryanmay Date: 2010-01-28 19:09:20 + (Thu, 28 Jan 2010) Log Message: --- Support setting zorder keyword for ContourSet. Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[7898] trunk/matplotlib

2009-10-21 Thread ryanmay
Revision: 7898 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7898&view=rev Author: ryanmay Date: 2009-10-21 18:09:45 + (Wed, 21 Oct 2009) Log Message: --- Make AutoDateLocator more configurable by moving hard-coded behavior to a structure the user can t

SF.net SVN: matplotlib:[7889] trunk/matplotlib

2009-10-16 Thread ryanmay
Revision: 7889 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7889&view=rev Author: ryanmay Date: 2009-10-16 17:31:42 + (Fri, 16 Oct 2009) Log Message: --- Make AutoDateFormatter actually use any specified timezone setting. This was only working correctly

SF.net SVN: matplotlib:[7885] trunk/matplotlib

2009-10-14 Thread ryanmay
Revision: 7885 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7885&view=rev Author: ryanmay Date: 2009-10-14 20:33:45 + (Wed, 14 Oct 2009) Log Message: --- Merged revisions 7884 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplo

SF.net SVN: matplotlib:[7884] branches/v0_99_maint/lib/matplotlib/dates.py

2009-10-14 Thread ryanmay
Revision: 7884 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7884&view=rev Author: ryanmay Date: 2009-10-14 20:27:07 + (Wed, 14 Oct 2009) Log Message: --- Add AutoDateFormatter and AutoDateLocator to __all__ and to the module-level documentation. Modi

SF.net SVN: matplotlib:[7833] trunk/toolkits/basemap/lib/mpl_toolkits/ basemap/__init__.py

2009-09-28 Thread ryanmay
Revision: 7833 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7833&view=rev Author: ryanmay Date: 2009-09-28 22:12:38 + (Mon, 28 Sep 2009) Log Message: --- Update to be compatible with matplotlib trunk's new method of tracking the current image. Modif

SF.net SVN: matplotlib:[7832] trunk/matplotlib/lib/matplotlib/pyplot.py

2009-09-28 Thread ryanmay
Revision: 7832 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7832&view=rev Author: ryanmay Date: 2009-09-28 21:58:10 + (Mon, 28 Sep 2009) Log Message: --- Update a couple of remaining uses of gci._current to sci(). Modified Paths: -- t

SF.net SVN: matplotlib:[7812] trunk/matplotlib

2009-09-21 Thread ryanmay
Revision: 7812 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7812&view=rev Author: ryanmay Date: 2009-09-21 17:09:55 + (Mon, 21 Sep 2009) Log Message: --- Merged revisions 7808 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplo

SF.net SVN: matplotlib:[7808] branches/v0_99_maint

2009-09-21 Thread ryanmay
Revision: 7808 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7808&view=rev Author: ryanmay Date: 2009-09-21 16:30:11 + (Mon, 21 Sep 2009) Log Message: --- Correct typo of subtitle() -> suptitle(). Modified Paths: -- branches/v0_9

SF.net SVN: matplotlib:[7727] branches/v0_99_maint/lib/matplotlib/figure.py

2009-09-09 Thread ryanmay
Revision: 7727 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7727&view=rev Author: ryanmay Date: 2009-09-09 18:41:43 + (Wed, 09 Sep 2009) Log Message: --- Include 'top' keyword argument in docstring for Figure.subplots_adjust().

SF.net SVN: matplotlib:[7616] branches/v0_99_maint/examples/pylab_examples/ barb_demo.py

2009-08-31 Thread ryanmay
Revision: 7616 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7616&view=rev Author: ryanmay Date: 2009-08-31 17:27:12 + (Mon, 31 Aug 2009) Log Message: --- Update barb_demo.py with an example using masked arrays. Modified Paths: -- bran

SF.net SVN: matplotlib:[7619] trunk/matplotlib

2009-08-31 Thread ryanmay
Revision: 7619 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7619&view=rev Author: ryanmay Date: 2009-08-31 17:42:37 + (Mon, 31 Aug 2009) Log Message: --- Merged revisions 7616-7618 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplo

SF.net SVN: matplotlib:[7618] branches/v0_99_maint/lib/matplotlib/quiver.py

2009-08-31 Thread ryanmay
Revision: 7618 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7618&view=rev Author: ryanmay Date: 2009-08-31 17:34:50 + (Mon, 31 Aug 2009) Log Message: --- Use atleast_1d instead of asanyarray. This allows passing in scalars to quiver/barbs. Modified P

SF.net SVN: matplotlib:[7617] branches/v0_99_maint/lib/matplotlib/quiver.py

2009-08-31 Thread ryanmay
Revision: 7617 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7617&view=rev Author: ryanmay Date: 2009-08-31 17:29:41 + (Mon, 31 Aug 2009) Log Message: --- Pull _parse_args out of Quiver and Barbs classes, as we have multiple, diverging copies of the same

SF.net SVN: matplotlib:[7520] trunk/matplotlib/lib/matplotlib/collections. py

2009-08-22 Thread ryanmay
Revision: 7520 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7520&view=rev Author: ryanmay Date: 2009-08-22 20:16:09 + (Sat, 22 Aug 2009) Log Message: --- Fix typo in QuadMesh. Modified Paths: -- trunk/matplotlib/lib/matplotlib/collection

SF.net SVN: matplotlib:[7515] trunk/matplotlib/examples/event_handling/ resample.py

2009-08-21 Thread ryanmay
Revision: 7515 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7515&view=rev Author: ryanmay Date: 2009-08-21 17:39:46 + (Fri, 21 Aug 2009) Log Message: --- Add an example showing how to dynamically resample for plotting using event handling. Added P

SF.net SVN: matplotlib:[7508] trunk/matplotlib/examples/event_handling/ viewlims.py

2009-08-19 Thread ryanmay
Revision: 7508 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7508&view=rev Author: ryanmay Date: 2009-08-20 06:55:52 + (Thu, 20 Aug 2009) Log Message: --- Replace use of axesFrame (which disappeared with spines patch) with axesPatch. Modified P

SF.net SVN: matplotlib:[7507] trunk/matplotlib/examples/event_handling

2009-08-19 Thread ryanmay
Revision: 7507 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7507&view=rev Author: ryanmay Date: 2009-08-20 06:44:26 + (Thu, 20 Aug 2009) Log Message: --- Fix problem with call to draw in pong demo. Also make draw use 10 ms timers instead of drawing on

SF.net SVN: matplotlib:[7506] branches/v0_99_maint/lib/matplotlib/lines.py

2009-08-19 Thread ryanmay
Revision: 7506 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7506&view=rev Author: ryanmay Date: 2009-08-19 07:56:33 + (Wed, 19 Aug 2009) Log Message: --- Remove calls to np.asarray(). This was breaking the use of masked arrays in calls to set_[x|y]data()

SF.net SVN: matplotlib:[7409] branches/v0_99_maint/lib/matplotlib/pyplot.py

2009-08-06 Thread ryanmay
Revision: 7409 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7409&view=rev Author: ryanmay Date: 2009-08-06 19:28:16 + (Thu, 06 Aug 2009) Log Message: --- Tweak solution for hiding colorbar_doc to sync with trunk. Modified Paths: -- bran

SF.net SVN: matplotlib:[7408] trunk/matplotlib/lib/matplotlib/pyplot.py

2009-08-06 Thread ryanmay
Revision: 7408 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7408&view=rev Author: ryanmay Date: 2009-08-06 19:24:40 + (Thu, 06 Aug 2009) Log Message: --- Add missing import. Modified Paths: -- trunk/matplotlib/lib/matplotlib/pyplo

SF.net SVN: matplotlib:[7406] trunk/matplotlib/lib/matplotlib/pyplot.py

2009-08-06 Thread ryanmay
Revision: 7406 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7406&view=rev Author: ryanmay Date: 2009-08-06 18:49:24 + (Thu, 06 Aug 2009) Log Message: --- Don't leave colorbar_doc as part of the pyplot namespace. Modified Paths: --

SF.net SVN: matplotlib:[7349] trunk/matplotlib/examples/event_handling/ legend_picking.py

2009-08-04 Thread ryanmay
Revision: 7349 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7349&view=rev Author: ryanmay Date: 2009-08-04 17:59:44 + (Tue, 04 Aug 2009) Log Message: --- Tweak legend_picking.py demo to change alpha of lines in legend. Modified Paths: -- t

SF.net SVN: matplotlib:[7279] trunk/matplotlib/examples/pylab_examples/ legend_translucent.py

2009-07-21 Thread ryanmay
Revision: 7279 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7279&view=rev Author: ryanmay Date: 2009-07-21 17:30:20 + (Tue, 21 Jul 2009) Log Message: --- Add translucent legend example from John Hunter's mailing list example. Ad

SF.net SVN: matplotlib:[7127] trunk/matplotlib

2009-05-20 Thread ryanmay
Revision: 7127 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7127&view=rev Author: ryanmay Date: 2009-05-20 20:54:33 + (Wed, 20 May 2009) Log Message: --- Add an empty matplotlibrc to the tests/ directory so that running the test suite uses the def

SF.net SVN: matplotlib:[7121] trunk/matplotlib

2009-05-18 Thread ryanmay
Revision: 7121 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7121&view=rev Author: ryanmay Date: 2009-05-18 20:50:20 + (Mon, 18 May 2009) Log Message: --- Move code for wrapping negative frequencies from specgram() into _spectral_helper(), so that psd(),

SF.net SVN: matplotlib:[7096] trunk/matplotlib

2009-05-07 Thread ryanmay
Revision: 7096 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7096&view=rev Author: ryanmay Date: 2009-05-07 19:33:33 + (Thu, 07 May 2009) Log Message: --- Move from LABELPAD class attribute on an Axis to a labelpad instance attribute. Add a label argumen

SF.net SVN: matplotlib:[7095] trunk/matplotlib/examples/misc/multiprocess. py

2009-05-07 Thread ryanmay
Revision: 7095 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7095&view=rev Author: ryanmay Date: 2009-05-07 18:14:01 + (Thu, 07 May 2009) Log Message: --- Clean up multiprocess a little. Remove unused import, ensure Gtk backend is used, and replace pylab

SF.net SVN: matplotlib:[7086] trunk/matplotlib

2009-05-06 Thread ryanmay
Revision: 7086 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7086&view=rev Author: ryanmay Date: 2009-05-06 18:13:41 + (Wed, 06 May 2009) Log Message: --- Add an example of an updating plot using (multi)processing. Credit goes to Robert Cimrman. Modi

SF.net SVN: matplotlib:[7064] trunk/matplotlib

2009-04-24 Thread ryanmay
Revision: 7064 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7064&view=rev Author: ryanmay Date: 2009-04-24 17:08:50 + (Fri, 24 Apr 2009) Log Message: --- Use subprocess.Popen instead of os.popen to retrieve memory usage. os.popen* are deprecated in Py

SF.net SVN: matplotlib:[7063] trunk/matplotlib/lib/matplotlib/texmanager.py

2009-04-24 Thread ryanmay
Revision: 7063 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7063&view=rev Author: ryanmay Date: 2009-04-24 16:53:44 + (Fri, 24 Apr 2009) Log Message: --- Use subprocess.Popen instead of os.popen4 to retrieve dvipng version. os.popen* are deprecated in Py

SF.net SVN: matplotlib:[7001] branches/v0_98_5_maint/doc/users/screenshots. rst

2009-03-23 Thread ryanmay
Revision: 7001 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7001&view=rev Author: ryanmay Date: 2009-03-23 18:52:29 + (Mon, 23 Mar 2009) Log Message: --- Fix typo. Thanks to Sandro Tosi. Modified Paths: -- branches/v0_98_5_maint/doc/u

SF.net SVN: matplotlib:[6981] trunk/matplotlib/lib/matplotlib/backends/ backend_gtkagg.py

2009-03-16 Thread ryanmay
Revision: 6981 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6981&view=rev Author: ryanmay Date: 2009-03-16 17:22:07 + (Mon, 16 Mar 2009) Log Message: --- Remove duplicate debugging print. Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib:[6913] trunk/matplotlib

2009-02-13 Thread ryanmay
Revision: 6913 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6913&view=rev Author: ryanmay Date: 2009-02-13 18:21:37 + (Fri, 13 Feb 2009) Log Message: --- Merged revisions 6911-6912 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplo

SF.net SVN: matplotlib:[6912] branches/v0_98_5_maint/lib/matplotlib/axes.py

2009-02-13 Thread ryanmay
Revision: 6912 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6912&view=rev Author: ryanmay Date: 2009-02-13 18:17:31 + (Fri, 13 Feb 2009) Log Message: --- Typo in docstring Modified Paths: -- branches/v0_98_5_maint/lib/matplotlib/axe

SF.net SVN: matplotlib:[6911] branches/v0_98_5_maint/lib/matplotlib/units. py

2009-02-13 Thread ryanmay
Revision: 6911 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6911&view=rev Author: ryanmay Date: 2009-02-13 17:54:52 + (Fri, 13 Feb 2009) Log Message: --- Backport fix for infinite recursion when finding the appropriate converter for a string. A lot of u

SF.net SVN: matplotlib:[6910] trunk/matplotlib

2009-02-12 Thread ryanmay
Revision: 6910 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6910&view=rev Author: ryanmay Date: 2009-02-12 21:24:36 + (Thu, 12 Feb 2009) Log Message: --- Merged revisions 6906-6907,6909 via svnmerge from https://matplotlib.svn.sourceforge.net/svn

SF.net SVN: matplotlib:[6909] branches/v0_98_5_maint/examples/ event_handling/viewlims.py

2009-02-12 Thread ryanmay
Revision: 6909 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6909&view=rev Author: ryanmay Date: 2009-02-12 21:20:09 + (Thu, 12 Feb 2009) Log Message: --- Make viewlims demo more interesting by using events to regenerate a fractal. Modified P

SF.net SVN: matplotlib:[6908] trunk/matplotlib/lib/matplotlib/image.py

2009-02-12 Thread ryanmay
Revision: 6908 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6908&view=rev Author: ryanmay Date: 2009-02-12 20:59:53 + (Thu, 12 Feb 2009) Log Message: --- Update AxesImage for independent autoscaling of x and y axes. Modified Paths: -- t

SF.net SVN: matplotlib:[6907] branches/v0_98_5_maint/doc/users/ event_handling.rst

2009-02-12 Thread ryanmay
Revision: 6907 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6907&view=rev Author: ryanmay Date: 2009-02-12 20:06:50 + (Thu, 12 Feb 2009) Log Message: --- Remove trailing whitespace. Modified Paths: -- branches/v0_98_5_maint/doc/u

SF.net SVN: matplotlib:[6906] branches/v0_98_5_maint/examples/ event_handling/viewlims.py

2009-02-12 Thread ryanmay
Revision: 6906 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6906&view=rev Author: ryanmay Date: 2009-02-12 20:05:10 + (Thu, 12 Feb 2009) Log Message: --- Add a demo for getting notified of an Axes' change in view limits. Added Paths: ---

SF.net SVN: matplotlib:[6887] trunk/matplotlib

2009-02-05 Thread ryanmay
Revision: 6887 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6887&view=rev Author: ryanmay Date: 2009-02-06 02:51:24 + (Fri, 06 Feb 2009) Log Message: --- Merged revisions 6886 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplo

SF.net SVN: matplotlib:[6886] branches/v0_98_5_maint/lib/matplotlib/ __init__.py

2009-02-05 Thread ryanmay
Revision: 6886 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6886&view=rev Author: ryanmay Date: 2009-02-06 02:48:19 + (Fri, 06 Feb 2009) Log Message: --- Fix missing colon in reference to patches. Thanks to Sandro Tosi. Modified P

SF.net SVN: matplotlib:[6885] trunk/matplotlib

2009-02-05 Thread ryanmay
Revision: 6885 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6885&view=rev Author: ryanmay Date: 2009-02-05 18:00:52 + (Thu, 05 Feb 2009) Log Message: --- Merged revisions 6883-6884 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplo

SF.net SVN: matplotlib:[6884] branches/v0_98_5_maint/examples/ pylab_examples/show_colormaps.py

2009-02-05 Thread ryanmay
Revision: 6884 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6884&view=rev Author: ryanmay Date: 2009-02-05 17:55:51 + (Thu, 05 Feb 2009) Log Message: --- Add an example that displays all of the colormaps available. This is based on code in the scipy

SF.net SVN: matplotlib:[6883] branches/v0_98_5_maint/doc/users/shell.rst

2009-02-05 Thread ryanmay
Revision: 6883 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6883&view=rev Author: ryanmay Date: 2009-02-05 17:48:37 + (Thu, 05 Feb 2009) Log Message: --- Backport doc typo fixes from trunk. Modified Paths: -- branches/v0_98_5_maint/doc/u

SF.net SVN: matplotlib:[6875] trunk/matplotlib/examples/pylab_examples/ pythonic_matplotlib.py

2009-02-04 Thread ryanmay
Revision: 6875 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6875&view=rev Author: ryanmay Date: 2009-02-04 20:06:17 + (Wed, 04 Feb 2009) Log Message: --- Remove unused imports. Modified Paths: -- trunk/matplotlib/examples/pylab_exam

SF.net SVN: matplotlib:[6821] trunk/matplotlib/doc/users/shell.rst

2009-01-23 Thread ryanmay
Revision: 6821 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6821&view=rev Author: ryanmay Date: 2009-01-23 16:26:48 + (Fri, 23 Jan 2009) Log Message: --- Fix missing backticks on :file: markup Modified Paths: -- trunk/matplotlib/doc/u

  1   2   >