SF.net SVN: matplotlib:[8968] trunk/matplotlib/lib/matplotlib/colors.py

2011-02-09 Thread efiring
Revision: 8968 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8968view=rev Author: efiring Date: 2011-02-10 01:21:27 + (Thu, 10 Feb 2011) Log Message: --- bugfix: handle alpha correctly in colormapping with uint8 Modified Paths: -- trunk

SF.net SVN: matplotlib:[8969] trunk/matplotlib/lib/matplotlib/colors.py

2011-02-09 Thread efiring
Revision: 8969 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8969view=rev Author: efiring Date: 2011-02-10 07:37:05 + (Thu, 10 Feb 2011) Log Message: --- LogNorm: speed-up by dealing with mask explicitly Modified Paths: -- trunk/matplotlib/lib

SF.net SVN: matplotlib:[8965] trunk/matplotlib/lib/matplotlib/colors.py

2011-02-08 Thread efiring
Revision: 8965 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8965view=rev Author: efiring Date: 2011-02-09 04:16:08 + (Wed, 09 Feb 2011) Log Message: --- Normalize: major speed-up via bypassing masked array division Modified Paths: -- trunk

SF.net SVN: matplotlib:[8966] trunk/matplotlib/src/_image.cpp

2011-02-08 Thread efiring
Revision: 8966 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8966view=rev Author: efiring Date: 2011-02-09 07:45:18 + (Wed, 09 Feb 2011) Log Message: --- _image.cpp: speed up image_frombyte; patch by C. Gohlke Non-contiguous arrays, such as those resulting

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

2011-02-07 Thread efiring
Revision: 8958 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8958view=rev Author: efiring Date: 2011-02-08 04:42:17 + (Tue, 08 Feb 2011) Log Message: --- cbook.report_memory: restore compatibility with earlier subprocess versions Modified Paths

SF.net SVN: matplotlib:[8953] branches/v1_0_maint/lib/matplotlib/pyplot.py

2011-02-06 Thread efiring
Revision: 8953 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8953view=rev Author: efiring Date: 2011-02-06 17:49:43 + (Sun, 06 Feb 2011) Log Message: --- bug: xlim, ylim with no arguments should not affect autoscaling Modified Paths

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

2011-02-06 Thread efiring
Revision: 8954 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8954view=rev Author: efiring Date: 2011-02-06 17:53:33 + (Sun, 06 Feb 2011) Log Message: --- Merged revisions 8953 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

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

2011-02-05 Thread efiring
Revision: 8946 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8946view=rev Author: efiring Date: 2011-02-05 20:56:02 + (Sat, 05 Feb 2011) Log Message: --- speed up Normalize, LogNorm, colormapping; modified patch by C. Gohlke Modified Paths

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

2011-02-05 Thread efiring
Revision: 8947 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8947view=rev Author: efiring Date: 2011-02-05 21:57:21 + (Sat, 05 Feb 2011) Log Message: --- cbook.report_memory: add Windows support via tasklist Modified Paths: -- trunk/matplotlib

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

2011-02-05 Thread efiring
Revision: 8948 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8948view=rev Author: efiring Date: 2011-02-06 00:43:54 + (Sun, 06 Feb 2011) Log Message: --- image: more conversion to use rgba bytes, other minor cleanup Modified Paths: -- trunk

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

2011-02-05 Thread efiring
Revision: 8949 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8949view=rev Author: efiring Date: 2011-02-06 01:55:50 + (Sun, 06 Feb 2011) Log Message: --- PcolorImage: use local cache instead of the ScalarMappable.update_dict Modified Paths

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

2011-02-05 Thread efiring
Revision: 8950 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8950view=rev Author: efiring Date: 2011-02-06 02:41:22 + (Sun, 06 Feb 2011) Log Message: --- collections with color mapping: don't update rgba unnecesarily Modified Paths: -- trunk

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

2011-02-05 Thread efiring
Revision: 8951 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8951view=rev Author: efiring Date: 2011-02-06 05:06:46 + (Sun, 06 Feb 2011) Log Message: --- bugfix: Collection.set_edgecolor was failing in mplot3d/contour_demo2 Modified Paths

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

2011-02-05 Thread efiring
Revision: 8952 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8952view=rev Author: efiring Date: 2011-02-06 07:47:43 + (Sun, 06 Feb 2011) Log Message: --- backend_qt4.py: eliminate unnecessary import of Qt; closes [3108017] Modified Paths

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

2011-02-04 Thread efiring
Revision: 8945 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8945view=rev Author: efiring Date: 2011-02-04 19:18:57 + (Fri, 04 Feb 2011) Log Message: --- Image generation no longer generates double-precision rgba; patch by C. Gohlke Image generation via color

SF.net SVN: matplotlib:[8920] branches/v1_0_maint/lib/matplotlib

2011-01-15 Thread efiring
Revision: 8920 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8920view=rev Author: efiring Date: 2011-01-16 01:00:37 + (Sun, 16 Jan 2011) Log Message: --- Change pcolor and contourf default antialiasing to False; closes 3151847. To avoid misplaced boundaries

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

2011-01-15 Thread efiring
Revision: 8921 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8921view=rev Author: efiring Date: 2011-01-16 01:09:08 + (Sun, 16 Jan 2011) Log Message: --- Merged revisions 8920 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8908] branches/v1_0_maint/examples/api/quad_bezier. py

2011-01-12 Thread efiring
Revision: 8908 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8908view=rev Author: efiring Date: 2011-01-12 08:14:53 + (Wed, 12 Jan 2011) Log Message: --- Add missing show() to example; patch by C. Gohlke; closes 3151545 Modified Paths

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

2011-01-12 Thread efiring
Revision: 8909 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8909view=rev Author: efiring Date: 2011-01-12 19:09:13 + (Wed, 12 Jan 2011) Log Message: --- Recorded merge of revisions 8907 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot

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

2011-01-12 Thread efiring
Revision: 8910 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8910view=rev Author: efiring Date: 2011-01-12 19:23:28 + (Wed, 12 Jan 2011) Log Message: --- Merged revisions 8902,8906,8908 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot

SF.net SVN: matplotlib:[8911] branches/v1_0_maint/examples/animation/ animation_blit_qt4.py

2011-01-12 Thread efiring
Revision: 8911 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8911view=rev Author: efiring Date: 2011-01-13 07:25:48 + (Thu, 13 Jan 2011) Log Message: --- Apply Laurent Dufreshou's bug fix to animiation_blit_qt4.py. Closes 2880692. Modified Paths

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

2011-01-12 Thread efiring
Revision: 8912 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8912view=rev Author: efiring Date: 2011-01-13 07:31:48 + (Thu, 13 Jan 2011) Log Message: --- Merged revisions 8911 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8906] branches/v1_0_maint/lib/matplotlib/backends/ backend_ps.py

2011-01-11 Thread efiring
Revision: 8906 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8906view=rev Author: efiring Date: 2011-01-12 07:53:37 + (Wed, 12 Jan 2011) Log Message: --- Fix eps distillation bbox bug; closes 3032385 Modified Paths: -- branches/v1_0_maint/lib

SF.net SVN: matplotlib:[8882] branches/v1_0_maint/lib/matplotlib/axes.py

2011-01-04 Thread efiring
Revision: 8882 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8882view=rev Author: efiring Date: 2011-01-04 20:24:12 + (Tue, 04 Jan 2011) Log Message: --- Bugfix: invert_xaxis and invert_yaxis now notify observers. Closes 3123226 Modified Paths

SF.net SVN: matplotlib:[8884] branches/v1_0_maint/lib/matplotlib/finance.py

2011-01-04 Thread efiring
Revision: 8884 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8884view=rev Author: efiring Date: 2011-01-04 20:52:42 + (Tue, 04 Jan 2011) Log Message: --- Finance: change volume to float; close 3108059 Modified Paths: -- branches/v1_0_maint/lib

SF.net SVN: matplotlib:[8879] branches/v1_0_maint/lib/matplotlib/axes.py

2011-01-03 Thread efiring
Revision: 8879 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8879view=rev Author: efiring Date: 2011-01-04 00:45:25 + (Tue, 04 Jan 2011) Log Message: --- apply patch by Paul Ivanov to move twinx second axis offset to the RHS Modified Paths

SF.net SVN: matplotlib:[8732] branches/v1_0_maint/lib/matplotlib/axes.py

2010-10-06 Thread efiring
Revision: 8732 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8732view=rev Author: efiring Date: 2010-10-06 23:59:15 + (Wed, 06 Oct 2010) Log Message: --- autoscale_view: respect tight kwarg even if only images are present. slight modification of patch by Stan

SF.net SVN: matplotlib:[8724] branches/v1_0_maint/lib/matplotlib/axes.py

2010-10-03 Thread efiring
Revision: 8724 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8724view=rev Author: efiring Date: 2010-10-03 21:04:10 + (Sun, 03 Oct 2010) Log Message: --- errorbar bugfix: plot everything regardless of the Axes hold state Modified Paths

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

2010-10-03 Thread efiring
Revision: 8726 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8726view=rev Author: efiring Date: 2010-10-03 21:24:46 + (Sun, 03 Oct 2010) Log Message: --- Merged revisions 8722-8725 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib

SF.net SVN: matplotlib:[8722] branches/v1_0_maint

2010-09-27 Thread efiring
Revision: 8722 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8722view=rev Author: efiring Date: 2010-09-27 18:51:05 + (Mon, 27 Sep 2010) Log Message: --- Clarify docstrings for autoscale_view and relim. Modified Paths: -- branches/v1_0_maint

SF.net SVN: matplotlib:[8708] branches/v1_0_maint/src

2010-09-17 Thread efiring
Revision: 8708 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8708view=rev Author: efiring Date: 2010-09-17 06:41:34 + (Fri, 17 Sep 2010) Log Message: --- including Python.h and png.h: a second try, special case for linux Modified Paths

SF.net SVN: matplotlib:[8706] branches/v1_0_maint

2010-09-16 Thread efiring
Revision: 8706 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8706view=rev Author: efiring Date: 2010-09-17 02:46:04 + (Fri, 17 Sep 2010) Log Message: --- include Python.h first in extension code; patch by Jason Grout. This cleans up the preprocessor directives

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

2010-09-16 Thread efiring
Revision: 8707 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8707view=rev Author: efiring Date: 2010-09-17 02:52:46 + (Fri, 17 Sep 2010) Log Message: --- Merged revisions 8706 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

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

2010-09-15 Thread efiring
Revision: 8702 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8702view=rev Author: efiring Date: 2010-09-16 00:17:09 + (Thu, 16 Sep 2010) Log Message: --- Removed unused _wxagg extension. Modified Paths: -- trunk/matplotlib/CHANGELOG trunk

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

2010-09-15 Thread efiring
Revision: 8703 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8703view=rev Author: efiring Date: 2010-09-16 00:40:28 + (Thu, 16 Sep 2010) Log Message: --- Remove obsolete numerix.h Modified Paths: -- trunk/matplotlib/CHANGELOG trunk

SF.net SVN: matplotlib:[8693] trunk/matplotlib/lib/matplotlib/figure.py

2010-09-08 Thread efiring
Revision: 8693 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8693view=rev Author: efiring Date: 2010-09-09 00:35:12 + (Thu, 09 Sep 2010) Log Message: --- figure.py: preserve the order in which Axes were added to the figure Modified Paths

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

2010-09-05 Thread efiring
Revision: 8681 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8681view=rev Author: efiring Date: 2010-09-05 19:33:42 + (Sun, 05 Sep 2010) Log Message: --- [3050996] Prevent an Axes from being added to a Figure twice. The changeset includes refactoring

SF.net SVN: matplotlib:[8682] trunk/matplotlib/lib/matplotlib/figure.py

2010-09-05 Thread efiring
Revision: 8682 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8682view=rev Author: efiring Date: 2010-09-06 01:51:58 + (Mon, 06 Sep 2010) Log Message: --- figure.py, axes tracking: ensure a unique key is provided. Modified Paths: -- trunk

SF.net SVN: matplotlib:[8677] branches/v1_0_maint/doc/users/toolkits.rst

2010-09-04 Thread efiring
Revision: 8677 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8677view=rev Author: efiring Date: 2010-09-04 21:17:58 + (Sat, 04 Sep 2010) Log Message: --- doc patch by Christoph Gohlke Modified Paths: -- branches/v1_0_maint/doc/users

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

2010-09-04 Thread efiring
Revision: 8678 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8678view=rev Author: efiring Date: 2010-09-04 21:23:03 + (Sat, 04 Sep 2010) Log Message: --- Merged revisions 8677 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8679] branches/v1_0_maint/lib/matplotlib/axes.py

2010-09-04 Thread efiring
Revision: 8679 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8679view=rev Author: efiring Date: 2010-09-05 00:38:45 + (Sun, 05 Sep 2010) Log Message: --- [3024007] Fix ancient bug in hist inherited from numpy, fixed in numpy 1.5 Modified Paths

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

2010-09-04 Thread efiring
Revision: 8680 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8680view=rev Author: efiring Date: 2010-09-05 00:43:25 + (Sun, 05 Sep 2010) Log Message: --- Merged revisions 8679 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8673] branches/v1_0_maint/lib/matplotlib

2010-09-01 Thread efiring
Revision: 8673 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8673view=rev Author: efiring Date: 2010-09-01 19:44:36 + (Wed, 01 Sep 2010) Log Message: --- [3054467] fix bug in PatchCollection; restore attribute access to Patch.fill Modified Paths

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

2010-09-01 Thread efiring
Revision: 8674 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8674view=rev Author: efiring Date: 2010-09-01 19:48:23 + (Wed, 01 Sep 2010) Log Message: --- Merged revisions 8673 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8675] branches/v1_0_maint/lib/matplotlib/ collections.py

2010-09-01 Thread efiring
Revision: 8675 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8675view=rev Author: efiring Date: 2010-09-01 23:39:49 + (Wed, 01 Sep 2010) Log Message: --- PatchCollection: handle linestyles correctly; patch by Thomas Robitaille Modified Paths

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

2010-09-01 Thread efiring
Revision: 8676 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8676view=rev Author: efiring Date: 2010-09-01 23:45:35 + (Wed, 01 Sep 2010) Log Message: --- Merged revisions 8675 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

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

2010-08-27 Thread efiring
Revision: 8664 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8664view=rev Author: efiring Date: 2010-08-27 07:13:14 + (Fri, 27 Aug 2010) Log Message: --- backend_qt4: don't make app if ipython already made it; patch by Brian Granger Modified Paths

SF.net SVN: matplotlib:[8652] branches/v1_0_maint

2010-08-21 Thread efiring
Revision: 8652 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8652view=rev Author: efiring Date: 2010-08-21 17:49:53 + (Sat, 21 Aug 2010) Log Message: --- Axis.set_view_interval: when updating, respect original orientation Modified Paths

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

2010-08-21 Thread efiring
Revision: 8653 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8653view=rev Author: efiring Date: 2010-08-21 18:10:24 + (Sat, 21 Aug 2010) Log Message: --- Merged revisions 8647,8649-8650,8652 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot

SF.net SVN: matplotlib:[8643] branches/v1_0_maint/lib/matplotlib/backends/ backend_macosx.py

2010-08-17 Thread efiring
Revision: 8643 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8643view=rev Author: efiring Date: 2010-08-17 16:57:20 + (Tue, 17 Aug 2010) Log Message: --- backend_macosx.py: strip alpha from rgbFace before calling extension code Modified Paths

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

2010-08-17 Thread efiring
Revision: 8644 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8644view=rev Author: efiring Date: 2010-08-17 17:01:48 + (Tue, 17 Aug 2010) Log Message: --- Merged revisions 8643 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8645] branches/v1_0_maint/lib/matplotlib/backends/ backend_macosx.py

2010-08-17 Thread efiring
Revision: 8645 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8645view=rev Author: efiring Date: 2010-08-17 18:12:23 + (Tue, 17 Aug 2010) Log Message: --- backend_macosx: second try: strip alpha only if rgbFace is not None Modified Paths

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

2010-08-17 Thread efiring
Revision: 8646 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8646view=rev Author: efiring Date: 2010-08-17 18:16:21 + (Tue, 17 Aug 2010) Log Message: --- Merged revisions 8645 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8632] branches/v1_0_maint/lib/matplotlib/ patheffects.py

2010-08-16 Thread efiring
Revision: 8632 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8632view=rev Author: efiring Date: 2010-08-16 08:08:09 + (Mon, 16 Aug 2010) Log Message: --- patheffects: don't assume rbgFace has no alpha Modified Paths: -- branches/v1_0_maint/lib

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

2010-08-16 Thread efiring
Revision: 8633 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8633view=rev Author: efiring Date: 2010-08-16 08:12:28 + (Mon, 16 Aug 2010) Log Message: --- Merged revisions 8632 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8628] branches/v1_0_maint

2010-08-14 Thread efiring
Revision: 8628 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8628view=rev Author: efiring Date: 2010-08-14 21:21:58 + (Sat, 14 Aug 2010) Log Message: --- fix bugs: patch alpha handling, bar color kwarg interpretation This changeset is somewhat intrusive

SF.net SVN: matplotlib:[8630] branches/v1_0_maint/lib/matplotlib/patches.py

2010-08-14 Thread efiring
Revision: 8630 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8630view=rev Author: efiring Date: 2010-08-14 21:50:49 + (Sat, 14 Aug 2010) Log Message: --- fix bug in last commit: patch with no boundary was transparent Modified Paths: -- branches

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

2010-08-14 Thread efiring
Revision: 8631 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8631view=rev Author: efiring Date: 2010-08-14 21:52:58 + (Sat, 14 Aug 2010) Log Message: --- Merged revisions 8630 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

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

2010-08-12 Thread efiring
Revision: 8626 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8626view=rev Author: efiring Date: 2010-08-12 21:16:10 + (Thu, 12 Aug 2010) Log Message: --- Removed numerix after 17 months of deprecation warnings. Modified Paths: -- trunk

SF.net SVN: matplotlib:[8579] branches/v1_0_maint/lib/matplotlib

2010-07-26 Thread efiring
Revision: 8579 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8579view=rev Author: efiring Date: 2010-07-26 19:14:16 + (Mon, 26 Jul 2010) Log Message: --- [3032390] subplot: more robust argument handling, consistent with 0.99.3 Modified Paths

SF.net SVN: matplotlib:[8573] branches/v1_0_maint/lib/matplotlib

2010-07-24 Thread efiring
Revision: 8573 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8573view=rev Author: efiring Date: 2010-07-24 21:59:55 + (Sat, 24 Jul 2010) Log Message: --- rcParams: don't include deprecated keys. Some other rc cleanups are included in this changeset. Modified

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

2010-07-24 Thread efiring
Revision: 8574 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8574view=rev Author: efiring Date: 2010-07-24 22:02:33 + (Sat, 24 Jul 2010) Log Message: --- Merged revisions 8573 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8562] branches/v1_0_maint/lib/matplotlib

2010-07-16 Thread efiring
Revision: 8562 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8562view=rev Author: efiring Date: 2010-07-16 20:44:52 + (Fri, 16 Jul 2010) Log Message: --- backends: factored out most of the show() code into ShowBase class. Also fixed various fltkagg problems

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

2010-07-15 Thread efiring
Revision: 8554 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8554view=rev Author: efiring Date: 2010-07-15 17:34:42 + (Thu, 15 Jul 2010) Log Message: --- yaxis.set_ticks_position: fix bug with 'none'; thanks to Ben North Modified Paths

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

2010-07-15 Thread efiring
Revision: 8555 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8555view=rev Author: efiring Date: 2010-07-15 17:37:19 + (Thu, 15 Jul 2010) Log Message: --- Merged revisions 8554 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8557] branches/v1_0_maint/lib/matplotlib/backends/ backend_tkagg.py

2010-07-15 Thread efiring
Revision: 8557 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8557view=rev Author: efiring Date: 2010-07-15 20:45:19 + (Thu, 15 Jul 2010) Log Message: --- show for tkagg doesn't block in script called via ipython -pylab. This is the first in an expected series

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

2010-07-15 Thread efiring
Revision: 8558 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8558view=rev Author: efiring Date: 2010-07-15 20:47:28 + (Thu, 15 Jul 2010) Log Message: --- Merged revisions 8557 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

SF.net SVN: matplotlib:[8549] branches/v1_0_maint/lib/matplotlib/axes.py

2010-07-14 Thread efiring
Revision: 8549 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8549view=rev Author: efiring Date: 2010-07-14 17:37:10 + (Wed, 14 Jul 2010) Log Message: --- Axes.margin: bugfix--return correct values. Thanks to Georges Schutz. Modified Paths

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

2010-07-14 Thread efiring
Revision: 8550 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8550view=rev Author: efiring Date: 2010-07-14 17:41:21 + (Wed, 14 Jul 2010) Log Message: --- Merged revisions 8549 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches

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

2010-07-05 Thread efiring
Revision: 8494 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8494view=rev Author: efiring Date: 2010-07-05 19:03:09 + (Mon, 05 Jul 2010) Log Message: --- tkagg and fltkagg backends now have blocking show() like all the others Modified Paths

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

2010-07-05 Thread efiring
Revision: 8495 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8495view=rev Author: efiring Date: 2010-07-05 19:39:59 + (Mon, 05 Jul 2010) Log Message: --- Remove experimental config subpackage using traits Modified Paths: -- trunk/matplotlib/lib

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

2010-07-05 Thread efiring
Revision: 8496 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8496view=rev Author: efiring Date: 2010-07-05 20:47:39 + (Mon, 05 Jul 2010) Log Message: --- set_xlim, set_ylim accept descriptive kwargs: left, right, bottom, top Modified Paths

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

2010-07-02 Thread efiring
Revision: 8488 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8488view=rev Author: efiring Date: 2010-07-02 22:44:27 + (Fri, 02 Jul 2010) Log Message: --- tick_params works with existing ticks instead of starting with new ones Modified Paths

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

2010-07-02 Thread efiring
Revision: 8490 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8490view=rev Author: efiring Date: 2010-07-03 01:20:53 + (Sat, 03 Jul 2010) Log Message: --- colorbar: use pcolormesh instead of pcolor, to reduce artifacts Modified Paths: -- trunk

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

2010-07-02 Thread efiring
Revision: 8491 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8491view=rev Author: efiring Date: 2010-07-03 05:09:49 + (Sat, 03 Jul 2010) Log Message: --- fix new bugs in handling of xlim, ylim, margins Modified Paths: -- trunk/matplotlib/lib

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

2010-06-30 Thread efiring
Revision: 8480 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8480view=rev Author: efiring Date: 2010-06-30 21:14:31 + (Wed, 30 Jun 2010) Log Message: --- doc changes for last commit Modified Paths: -- trunk/matplotlib/CHANGELOG trunk

SF.net SVN: matplotlib:[8467] trunk/matplotlib/examples/user_interfaces

2010-06-26 Thread efiring
Revision: 8467 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8467view=rev Author: efiring Date: 2010-06-26 07:37:44 + (Sat, 26 Jun 2010) Log Message: --- disable non-functional interactive.py demo: print message and exit. Otherwise, this demo will hang

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

2010-06-26 Thread efiring
Revision: 8469 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8469view=rev Author: efiring Date: 2010-06-26 08:14:01 + (Sat, 26 Jun 2010) Log Message: --- examples: fix references to MATLAB Modified Paths: -- trunk/matplotlib/examples/animation

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

2010-06-26 Thread efiring
Revision: 8470 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8470view=rev Author: efiring Date: 2010-06-26 19:04:53 + (Sat, 26 Jun 2010) Log Message: --- docstrings: use standard spelling and capitalization of MATLAB Modified Paths: -- trunk

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

2010-06-26 Thread efiring
Revision: 8471 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8471view=rev Author: efiring Date: 2010-06-26 19:29:48 + (Sat, 26 Jun 2010) Log Message: --- docs: add 4 new pyplot functions Modified Paths: -- trunk/matplotlib/doc/_templates

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

2010-06-24 Thread efiring
Revision: 8466 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8466view=rev Author: efiring Date: 2010-06-24 21:17:30 + (Thu, 24 Jun 2010) Log Message: --- backend_gtk: don't use idle events for draw_rubberband. Use of idle events for draw_rubberband

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

2010-06-21 Thread efiring
Revision: 8448 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8448view=rev Author: efiring Date: 2010-06-21 08:51:30 + (Mon, 21 Jun 2010) Log Message: --- Add Axes.tick_params and pyplot.tick_params to control tick and tick label appearance. This allows

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

2010-06-21 Thread efiring
Revision: 8453 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8453view=rev Author: efiring Date: 2010-06-21 21:41:19 + (Mon, 21 Jun 2010) Log Message: --- tick_params: fixed errors in handling top, bottom, etc. kwargs. Modified Paths: -- trunk

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

2010-06-13 Thread efiring
Revision: 8424 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8424view=rev Author: efiring Date: 2010-06-13 21:04:14 + (Sun, 13 Jun 2010) Log Message: --- [3015013] use atexit in _pylab_helpers to ensure orderly shutdown. It closes all windows; in the case

SF.net SVN: matplotlib:[8425] trunk/matplotlib/doc/devel/coding_guide.rst

2010-06-13 Thread efiring
Revision: 8425 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8425view=rev Author: efiring Date: 2010-06-13 21:31:46 + (Sun, 13 Jun 2010) Log Message: --- [2924597] coding_guide.rst: refer to memleak_hawaii3.py Modified Paths: -- trunk

SF.net SVN: matplotlib:[8426] trunk/matplotlib/lib/matplotlib/mpl-data/ images

2010-06-13 Thread efiring
Revision: 8426 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8426view=rev Author: efiring Date: 2010-06-13 22:44:02 + (Sun, 13 Jun 2010) Log Message: --- remade filesave icon bitmapped files from filesave.svg Modified Paths: -- trunk/matplotlib

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

2010-06-13 Thread efiring
Revision: 8427 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8427view=rev Author: efiring Date: 2010-06-13 22:53:25 + (Sun, 13 Jun 2010) Log Message: --- [2922387] axis.py: docstring fix by Ori Avtalion Modified Paths: -- trunk/matplotlib/lib

SF.net SVN: matplotlib:[8428] trunk/matplotlib/doc/users/pyplot_tutorial. rst

2010-06-13 Thread efiring
Revision: 8428 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8428view=rev Author: efiring Date: 2010-06-13 23:04:30 + (Sun, 13 Jun 2010) Log Message: --- [2922266] pyplot_tutorial.rst: remove tabs from code (patch by Ori Avtalion) Modified Paths

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

2010-06-13 Thread efiring
Revision: 8429 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8429view=rev Author: efiring Date: 2010-06-14 00:54:41 + (Mon, 14 Jun 2010) Log Message: --- [1467533] pie shadows are tagged with _nolabel_ Modified Paths: -- trunk/matplotlib/lib

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

2010-06-13 Thread efiring
Revision: 8434 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8434view=rev Author: efiring Date: 2010-06-14 05:31:20 + (Mon, 14 Jun 2010) Log Message: --- [2895114] _get_data_path: improve py2exe handling and readability. Also convert some imports to absolute

SF.net SVN: matplotlib:[8435] trunk/matplotlib/lib/matplotlib/config/cutils .py

2010-06-13 Thread efiring
Revision: 8435 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8435view=rev Author: efiring Date: 2010-06-14 05:51:06 + (Mon, 14 Jun 2010) Log Message: --- cutils.py: fix and clarify absolute imports, so I don't get confused next time Modified Paths

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

2010-06-12 Thread efiring
Revision: 8420 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8420view=rev Author: efiring Date: 2010-06-12 22:08:16 + (Sat, 12 Jun 2010) Log Message: --- backend_tkagg: show() gets an experimental kwarg for testing blocking mode. By default, the behavior

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

2010-06-12 Thread efiring
Revision: 8421 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8421view=rev Author: efiring Date: 2010-06-12 22:32:18 + (Sat, 12 Jun 2010) Log Message: --- backend_tkagg: fix major typo from last commit Modified Paths: -- trunk/matplotlib/lib

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

2010-06-12 Thread efiring
Revision: 8423 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8423view=rev Author: efiring Date: 2010-06-12 23:40:19 + (Sat, 12 Jun 2010) Log Message: --- backends: move windowing.py into backends--it is very backend-specific Modified Paths

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

2010-06-11 Thread efiring
Revision: 8411 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8411view=rev Author: efiring Date: 2010-06-11 07:23:54 + (Fri, 11 Jun 2010) Log Message: --- backend_wx: remove ancient comment string Modified Paths: -- trunk/matplotlib/lib

SF.net SVN: matplotlib:[8412] trunk/matplotlib/lib/matplotlib/backends/ backend_cairo.py

2010-06-11 Thread efiring
Revision: 8412 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8412view=rev Author: efiring Date: 2010-06-11 08:09:25 + (Fri, 11 Jun 2010) Log Message: --- [3014606] fix set_alpha in backend_cairo Modified Paths: -- trunk/matplotlib/lib

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

2010-06-09 Thread efiring
Revision: 8402 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8402view=rev Author: efiring Date: 2010-06-09 17:57:36 + (Wed, 09 Jun 2010) Log Message: --- Axes.grid controls minor and/or major lines; axis.grid allows 'both' Modified Paths

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

2010-06-08 Thread efiring
Revision: 8397 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8397view=rev Author: efiring Date: 2010-06-08 21:57:14 + (Tue, 08 Jun 2010) Log Message: --- backend_wx: modernize show; multiple calls to show work now Modified Paths: -- trunk

SF.net SVN: matplotlib:[8398] trunk/matplotlib/lib/matplotlib/backends/ backend_macosx.py

2010-06-08 Thread efiring
Revision: 8398 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8398view=rev Author: efiring Date: 2010-06-08 22:41:10 + (Tue, 08 Jun 2010) Log Message: --- [3013440] add set_alpha method to GraphicsContextMac Modified Paths: -- trunk/matplotlib

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

2010-06-08 Thread efiring
Revision: 8400 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8400view=rev Author: efiring Date: 2010-06-09 03:02:34 + (Wed, 09 Jun 2010) Log Message: --- remove spurious whitespace Modified Paths: -- trunk/matplotlib/lib/matplotlib/backends

  1   2   3   4   5   >