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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(),
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
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
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
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:
--
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
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
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()
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
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
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
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 - 100 of 150 matches
Mail list logo