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