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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[5794] trunk/matplotlib/lib/matplotlib

2008-07-20 Thread ryanmay
Revision: 5794 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5794&view=rev Author: ryanmay Date: 2008-07-20 02:59:00 + (Sun, 20 Jul 2008) Log Message: --- Move delete_masked_points() from axes.py to cbook.py so that it's available to more places.

SF.net SVN: matplotlib:[5818] trunk/matplotlib/lib/matplotlib/transforms.py

2008-07-22 Thread ryanmay
Revision: 5818 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5818&view=rev Author: ryanmay Date: 2008-07-23 02:44:49 + (Wed, 23 Jul 2008) Log Message: --- Fix bug (typo) in Transform.transform_non_affine. Modified Paths: -- trunk/matplotlib

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

2008-07-22 Thread ryanmay
Revision: 5819 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5819&view=rev Author: ryanmay Date: 2008-07-23 03:08:41 + (Wed, 23 Jul 2008) Log Message: --- Added Barbs polygon collection (similar to Quiver) for plotting wind barbs. Added corresponding hel

SF.net SVN: matplotlib:[5827] trunk/matplotlib/examples/pylab_examples/ barb_demo.py

2008-07-23 Thread ryanmay
Revision: 5827 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5827&view=rev Author: ryanmay Date: 2008-07-24 02:28:20 + (Thu, 24 Jul 2008) Log Message: --- Update barb_demo.py to exercise more of the possible parameters for wind barb plots. Replace

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

2008-07-24 Thread ryanmay
Revision: 5861 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5861&view=rev Author: ryanmay Date: 2008-07-25 01:43:43 + (Fri, 25 Jul 2008) Log Message: --- Add support for flipping which side of the barb the features are drawn. Useful to the meteorologist

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

2008-07-25 Thread ryanmay
Revision: 5884 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5884&view=rev Author: ryanmay Date: 2008-07-26 00:34:02 + (Sat, 26 Jul 2008) Log Message: --- Set svn:ignore on the subdirectories within examples (except data) Property Cha

SF.net SVN: matplotlib:[5885] trunk/matplotlib/lib/matplotlib

2008-07-25 Thread ryanmay
Revision: 5885 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5885&view=rev Author: ryanmay Date: 2008-07-26 04:50:56 + (Sat, 26 Jul 2008) Log Message: --- Change to try to import md5 from hashlib, and fall back to md5. Change the uses of md5 to work

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

2008-07-27 Thread ryanmay
Revision: 5904 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5904&view=rev Author: ryanmay Date: 2008-07-27 20:33:45 + (Sun, 27 Jul 2008) Log Message: --- Fix a couple of docstring typos. Modified Paths: -- trunk/matplotlib/lib/matplo

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

2008-07-27 Thread ryanmay
Revision: 5905 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5905&view=rev Author: ryanmay Date: 2008-07-27 20:36:10 + (Sun, 27 Jul 2008) Log Message: --- Fix a doc typo. Modified Paths: -- trunk/matplotlib/lib/matplotlib/axis.py Modi

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

2008-09-04 Thread ryanmay
Revision: 6063 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6063&view=rev Author: ryanmay Date: 2008-09-04 18:29:28 + (Thu, 04 Sep 2008) Log Message: --- Correct return in docstring for boxplot. Modified Paths: -- trunk/matplotlib

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

2008-09-04 Thread ryanmay
Revision: 6064 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6064&view=rev Author: ryanmay Date: 2008-09-04 19:52:42 + (Thu, 04 Sep 2008) Log Message: --- Fix typo (iterator()->iterable()) for setting linestyles in Collection class. Modifie

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

2008-09-04 Thread ryanmay
Revision: 6065 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6065&view=rev Author: ryanmay Date: 2008-09-04 19:56:37 + (Thu, 04 Sep 2008) Log Message: --- Document the linestyles keyword argument to contour. Modified Paths: -- trunk/matplo

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

2008-10-23 Thread ryanmay
Revision: 6307 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6307&view=rev Author: ryanmay Date: 2008-10-23 15:42:25 + (Thu, 23 Oct 2008) Log Message: --- Tweak barbs docstring to point to the appropriate example script. Modified P

SF.net SVN: matplotlib:[6308] trunk/matplotlib/doc/_templates/index.html

2008-10-23 Thread ryanmay
Revision: 6308 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6308&view=rev Author: ryanmay Date: 2008-10-23 15:46:27 + (Thu, 23 Oct 2008) Log Message: --- Add barbs to list of plotting commands. Also make the capitalization (or lack thereof) of the t

SF.net SVN: matplotlib:[6344] trunk/matplotlib/doc/users/event_handling.rst

2008-10-28 Thread ryanmay
Revision: 6344 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6344&view=rev Author: ryanmay Date: 2008-10-29 03:36:27 + (Wed, 29 Oct 2008) Log Message: --- Fix DraggableRectangle event handling example to no longer use the (now removed) Rectangle.xy prop

SF.net SVN: matplotlib:[6352] trunk/matplotlib/doc/users/event_handling.rst

2008-10-29 Thread ryanmay
Revision: 6352 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6352&view=rev Author: ryanmay Date: 2008-10-29 20:28:57 + (Wed, 29 Oct 2008) Log Message: --- Fix 'extra credit' DraggableRectangle to no longer use Rectangle.xy. (Thanks to Nei

SF.net SVN: matplotlib:[6366] trunk/matplotlib/lib/matplotlib/patches.py

2008-11-05 Thread ryanmay
Revision: 6366 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6366&view=rev Author: ryanmay Date: 2008-11-05 17:09:55 + (Wed, 05 Nov 2008) Log Message: --- Re-add the xy attribute to the Rectangle class (disappeared during the transforms refactor). Modi

SF.net SVN: matplotlib:[6367] trunk/matplotlib/doc/users/event_handling.rst

2008-11-05 Thread ryanmay
Revision: 6367 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6367&view=rev Author: ryanmay Date: 2008-11-05 17:12:03 + (Wed, 05 Nov 2008) Log Message: --- Revert the DraggableRectangle exercise solution to use the Rectangle.xy attribute now that it ex

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

2008-11-06 Thread ryanmay
Revision: 6368 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6368&view=rev Author: ryanmay Date: 2008-11-06 22:53:02 + (Thu, 06 Nov 2008) Log Message: --- Improve the docstrings for mlab.psd and mlab.csd. Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[6385] trunk/matplotlib/lib/matplotlib/cbook.py

2008-11-10 Thread ryanmay
Revision: 6385 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6385&view=rev Author: ryanmay Date: 2008-11-10 18:59:18 + (Mon, 10 Nov 2008) Log Message: --- Make iterable() and is_string_like() return True/False instead of 1/0. Modified P

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

2008-11-10 Thread ryanmay
Revision: 6386 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6386&view=rev Author: ryanmay Date: 2008-11-10 22:41:27 + (Mon, 10 Nov 2008) Log Message: --- Clean up some of axes.psd() docstring. Add a reference to the psd_demo.py example. Modified P

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

2008-11-11 Thread ryanmay
Revision: 6390 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6390&view=rev Author: ryanmay Date: 2008-11-11 17:56:07 + (Tue, 11 Nov 2008) Log Message: --- Update the axes.psd() method to reflect the new options available in mlab.psd. Add an example to

SF.net SVN: matplotlib:[6391] trunk/matplotlib/examples/pylab_examples/ psd_demo2.py

2008-11-11 Thread ryanmay
Revision: 6391 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6391&view=rev Author: ryanmay Date: 2008-11-11 18:39:46 + (Tue, 11 Nov 2008) Log Message: --- Slight whitespace cleanup. Modified Paths: -- trunk/matplotlib/examples/pylab_exam

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

2008-11-11 Thread ryanmay
Revision: 6392 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6392&view=rev Author: ryanmay Date: 2008-11-11 18:42:11 + (Tue, 11 Nov 2008) Log Message: --- Update the mlab.csd() to match the new options added to mlab.psd(). Factor out the keyword argument

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

2008-11-11 Thread ryanmay
Revision: 6393 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6393&view=rev Author: ryanmay Date: 2008-11-11 19:28:38 + (Tue, 11 Nov 2008) Log Message: --- Update the axes.csd() to match the new options added to mlab.csd(). Move some of the docs from axes

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

2008-11-11 Thread ryanmay
Revision: 6394 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6394&view=rev Author: ryanmay Date: 2008-11-11 20:20:27 + (Tue, 11 Nov 2008) Log Message: --- Make mlab.psd() call mlab.csd() instead of duplicating 95% of the code. Tweak csd() to check if x a

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

2008-11-11 Thread ryanmay
Revision: 6395 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6395&view=rev Author: ryanmay Date: 2008-11-11 20:34:25 + (Tue, 11 Nov 2008) Log Message: --- Update cohere() in mlab and Axes method to match new psd() and csd() parameters. Update docs. Modi

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

2008-11-11 Thread ryanmay
Revision: 6389 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6389&view=rev Author: ryanmay Date: 2008-11-11 16:30:03 + (Tue, 11 Nov 2008) Log Message: --- Add 'pad_to' and 'sides' parameters to mlab.psd() to allow controlling of zero

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

2008-11-11 Thread ryanmay
Revision: 6397 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6397&view=rev Author: ryanmay Date: 2008-11-11 21:45:15 + (Tue, 11 Nov 2008) Log Message: --- Update specgram() to use the new keyword arguments and clean up docstring. Modified P

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

2008-11-11 Thread ryanmay
Revision: 6398 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6398&view=rev Author: ryanmay Date: 2008-11-11 22:02:34 + (Tue, 11 Nov 2008) Log Message: --- Update module docstring to include specgram(). Modified Paths: -- trunk/matplotlib

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

2008-11-11 Thread ryanmay
Revision: 6396 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6396&view=rev Author: ryanmay Date: 2008-11-11 21:32:29 + (Tue, 11 Nov 2008) Log Message: --- Factor out common core of psd(), csd(), and specgram() into _spectral_helper() function. This allows

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

2008-12-01 Thread ryanmay
Revision: 6464 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6464&view=rev Author: ryanmay Date: 2008-12-01 19:07:08 + (Mon, 01 Dec 2008) Log Message: --- Typo in docstring. Modified Paths: -- trunk/matplotlib/lib/matplotlib/mlab.py Modi

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

2008-12-02 Thread ryanmay
Revision: 6472 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6472&view=rev Author: ryanmay Date: 2008-12-02 17:53:45 + (Tue, 02 Dec 2008) Log Message: --- Add information to docstring for pyplot.subplot() Modified Paths: -- trunk/matplotlib

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

2008-12-02 Thread ryanmay
Revision: 6474 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6474&view=rev Author: ryanmay Date: 2008-12-02 17:55:15 + (Tue, 02 Dec 2008) Log Message: --- Begin and end docstrings on newlines. Modified Paths: -- trunk/matplotlib/lib/matplo

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

2008-12-04 Thread ryanmay
Revision: 6493 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6493&view=rev Author: ryanmay Date: 2008-12-04 22:13:57 + (Thu, 04 Dec 2008) Log Message: --- Replace tabs in indentation with spaces. Modified Paths: -- trunk/matplotlib

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

2008-12-05 Thread ryanmay
Revision: 6497 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6497&view=rev Author: ryanmay Date: 2008-12-05 15:56:26 + (Fri, 05 Dec 2008) Log Message: --- Add support for data with units to Axes.fill_between(). Modified Paths: -- t

SF.net SVN: matplotlib:[6498] trunk/matplotlib/CHANGELOG

2008-12-05 Thread ryanmay
Revision: 6498 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6498&view=rev Author: ryanmay Date: 2008-12-05 19:30:28 + (Fri, 05 Dec 2008) Log Message: --- Forgot to update Changelog. Modified Paths: -- trunk/matplotlib/CHANGELOG Modi

SF.net SVN: matplotlib:[6516] trunk/matplotlib/examples/pylab_examples/ line_collection2.py

2008-12-08 Thread ryanmay
Revision: 6516 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6516&view=rev Author: ryanmay Date: 2008-12-08 20:21:33 + (Mon, 08 Dec 2008) Log Message: --- Correct typo in comment. Modified Paths: -- trunk/matplotlib/examples/pylab_exam

SF.net SVN: matplotlib:[6518] trunk/matplotlib/lib/matplotlib

2008-12-08 Thread ryanmay
Revision: 6518 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6518&view=rev Author: ryanmay Date: 2008-12-08 21:15:13 + (Mon, 08 Dec 2008) Log Message: --- Update spectral methods (psd, csd, etc.) to scale one-sided densities by a factor of 2 and, option

SF.net SVN: matplotlib:[6519] trunk/matplotlib/examples/pylab_examples/ psd_demo3.py

2008-12-08 Thread ryanmay
Revision: 6519 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6519&view=rev Author: ryanmay Date: 2008-12-08 21:16:04 + (Mon, 08 Dec 2008) Log Message: --- Add a converted MatLab example that was used to figure out the differences between MatLab and matplo

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

2008-12-08 Thread ryanmay
Revision: 6520 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6520&view=rev Author: ryanmay Date: 2008-12-08 21:23:04 + (Mon, 08 Dec 2008) Log Message: --- Update CHANGELOG and api_changes for the changes to psd and friends. Modified P

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

2008-12-08 Thread ryanmay
Revision: 6521 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6521&view=rev Author: ryanmay Date: 2008-12-08 21:27:40 + (Mon, 08 Dec 2008) Log Message: --- Remove trailing whitespace. Modified Paths: -- trunk/matplotlib/lib/matplotlib/axe

SF.net SVN: matplotlib:[6523] trunk/matplotlib/CHANGELOG

2008-12-08 Thread ryanmay
Revision: 6523 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6523&view=rev Author: ryanmay Date: 2008-12-08 21:59:25 + (Mon, 08 Dec 2008) Log Message: --- Replace tabs with spaces. Modified Paths: -- trunk/matplotlib/CHANGELOG Modified: t

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

2008-12-08 Thread ryanmay
Revision: 6532 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6532&view=rev Author: ryanmay Date: 2008-12-09 04:12:34 + (Tue, 09 Dec 2008) Log Message: --- Fix typo in docstring. Modified Paths: -- trunk/matplotlib/lib/matplotlib/axe

SF.net SVN: matplotlib:[6554] trunk/matplotlib/lib/matplotlib/patches.py

2008-12-10 Thread ryanmay
Revision: 6554 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6554&view=rev Author: ryanmay Date: 2008-12-10 21:12:26 + (Wed, 10 Dec 2008) Log Message: --- Remove trailing whitespace. Modified Paths: -- trunk/matplotlib/lib/matplotlib/patche

SF.net SVN: matplotlib:[6697] trunk/toolkits/basemap/doc/users/installing. rst

2008-12-22 Thread ryanmay
Revision: 6697 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6697&view=rev Author: ryanmay Date: 2008-12-23 01:06:18 + (Tue, 23 Dec 2008) Log Message: --- Fix typo. Modified Paths: -- trunk/toolkits/basemap/doc/users/installing.rst Modi

SF.net SVN: matplotlib:[6797] trunk/matplotlib/examples/units

2009-01-16 Thread ryanmay
Revision: 6797 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6797&view=rev Author: ryanmay Date: 2009-01-16 20:06:55 + (Fri, 16 Jan 2009) Log Message: --- Merge evans_test2.py and radian_demo.py, as they are 99% identical (no differences in showing off u

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

2009-01-16 Thread ryanmay
Revision: 6798 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6798&view=rev Author: ryanmay Date: 2009-01-16 20:26:39 + (Fri, 16 Jan 2009) Log Message: --- Fix an infinite recursion in the unit registry when trying to find a converter for a sequence of str

SF.net SVN: matplotlib:[6799] trunk/matplotlib/lib/matplotlib

2009-01-16 Thread ryanmay
Revision: 6799 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6799&view=rev Author: ryanmay Date: 2009-01-16 20:30:29 + (Fri, 16 Jan 2009) Log Message: --- Use staticmethod as a decorator since we can assume Python 2.4 Modified Paths: -- t

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

2009-01-23 Thread ryanmay
Revision: 6820 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6820&view=rev Author: ryanmay Date: 2009-01-23 16:24:35 + (Fri, 23 Jan 2009) Log Message: --- Fix a couple typos. Modified Paths: -- trunk/matplotlib/doc/users/shell.rst Modi

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

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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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:[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

  1   2   >