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

2010-08-25 Thread heeres
Revision: 8656 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8656&view=rev Author: heeres Date: 2010-08-25 07:15:15 + (Wed, 25 Aug 2010) Log Message: --- Fix ticks/limit setting, add tricontour(f), make it easier to set pane colors Modified P

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

2009-05-24 Thread heeres
Revision: 7137 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7137&view=rev Author: heeres Date: 2009-05-23 14:31:14 + (Sat, 23 May 2009) Log Message: --- mplot3d: contourf3d, bar / zordering Modified Paths: -- trunk/matplotlib/examples/mpl

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

2009-05-28 Thread heeres
Revision: 7154 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7154&view=rev Author: heeres Date: 2009-05-28 15:59:12 + (Thu, 28 May 2009) Log Message: --- mplot3d: add examples, fix NaN bug Modified Paths: -- trunk/matplotlib/lib/mpl_tool

SF.net SVN: matplotlib:[7203] trunk/matplotlib/doc/mpl_toolkits

2009-06-08 Thread heeres
Revision: 7203 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7203&view=rev Author: heeres Date: 2009-06-08 16:28:21 + (Mon, 08 Jun 2009) Log Message: --- mplot3d: really add docs Added Paths: --- trunk/matplotlib/doc/mpl_toolkits/mplot3d/ t

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

2009-06-09 Thread heeres
Revision: 7206 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7206&view=rev Author: heeres Date: 2009-06-09 22:40:35 + (Tue, 09 Jun 2009) Log Message: --- mplot3d: make Poly3DCollection ScalarMappable, support in Axes3D.plot_surface. Fix-up and extend cont

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

2009-06-13 Thread heeres
Revision: 7216 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7216&view=rev Author: heeres Date: 2009-06-13 21:13:14 + (Sat, 13 Jun 2009) Log Message: --- mplot3d: fix Axes3D.grid(), add axes3d.grid to matplotlibrc Modified Paths: -- t

SF.net SVN: matplotlib:[7222] trunk/matplotlib/lib/matplotlib/axes3d.py

2009-06-16 Thread heeres
Revision: 7222 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7222&view=rev Author: heeres Date: 2009-06-16 09:12:08 + (Tue, 16 Jun 2009) Log Message: --- Remove axes3d.py Removed Paths: - trunk/matplotlib/lib/matplotlib/axes3d.py Del

SF.net SVN: matplotlib:[7260] trunk/matplotlib/lib/mpl_toolkits/mplot3d/ axes3d.py

2009-07-14 Thread heeres
Revision: 7260 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7260&view=rev Author: heeres Date: 2009-07-14 21:11:53 + (Tue, 14 Jul 2009) Log Message: --- Fix mplot3d bug with empty lists thanks to Ryan Wagner. Modified Paths: -- t

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

2009-07-17 Thread heeres
Revision: 7265 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7265&view=rev Author: heeres Date: 2009-07-17 07:24:06 + (Fri, 17 Jul 2009) Log Message: --- mplot3d: add bar3d, improve z-sort, hist3d example Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[7446] branches/v0_99_maint/lib/mpl_toolkits/mplot3d

2009-08-11 Thread heeres
Revision: 7446 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7446&view=rev Author: heeres Date: 2009-08-11 07:06:15 + (Tue, 11 Aug 2009) Log Message: --- Fix bugs: #2830483 (axis scaling), 2834105 (z order problem) Modified Paths: -- bran

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

2009-08-11 Thread heeres
Revision: 7447 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7447&view=rev Author: heeres Date: 2009-08-11 07:16:27 + (Tue, 11 Aug 2009) Log Message: --- Merged revisions 7446 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

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

2009-12-09 Thread heeres
Revision: 8015 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8015&view=rev Author: heeres Date: 2009-12-10 00:03:03 + (Thu, 10 Dec 2009) Log Message: --- mplot3d updates: * Fix scatter markers * Add facecolor support for plot_surface * Fix XYZ-pane o

SF.net SVN: matplotlib:[8016] branches/v0_99_maint/lib/mpl_toolkits/mplot3d /art3d.py

2009-12-09 Thread heeres
Revision: 8016 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8016&view=rev Author: heeres Date: 2009-12-10 00:09:03 + (Thu, 10 Dec 2009) Log Message: --- Mplot3d: fix scatter3d markers bug Modified Paths: -- branches/v0_99_maint

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

2009-12-10 Thread heeres
Revision: 8019 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8019&view=rev Author: heeres Date: 2009-12-10 23:32:41 + (Thu, 10 Dec 2009) Log Message: --- mplot3d: support contours in directions other than z Modified Paths: -- trunk/matplo

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

2009-12-20 Thread heeres
Revision: 8041 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8041&view=rev Author: heeres Date: 2009-12-20 08:03:40 + (Sun, 20 Dec 2009) Log Message: --- mplot3d: fix axes juggle issue, fix ticks on end of axes range Modified Paths: -- t

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

2010-01-04 Thread heeres
Revision: 8074 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8074&view=rev Author: heeres Date: 2010-01-04 22:58:43 + (Mon, 04 Jan 2010) Log Message: --- Add EngFormatter + example (Jason Heeris, Matthias Michler) Modified Paths: -- t

SF.net SVN: matplotlib:[8197] branches/v0_99_maint/examples/mplot3d/ surface3d_radial_demo.py

2010-03-19 Thread heeres
Revision: 8197 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8197&view=rev Author: heeres Date: 2010-03-19 16:49:29 + (Fri, 19 Mar 2010) Log Message: --- Add 3d surface plot example (radial coordinates) Added Paths: --- branches/v0_99_m

SF.net SVN: matplotlib:[8198] trunk/matplotlib/examples/mplot3d/ surface3d_radial_demo.py

2010-03-19 Thread heeres
Revision: 8198 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8198&view=rev Author: heeres Date: 2010-03-19 16:50:37 + (Fri, 19 Mar 2010) Log Message: --- Add 3d surface plot example (radial coordinates) Added Paths: --- trunk/matplotlib/exam

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

2010-03-19 Thread heeres
Revision: 8199 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8199&view=rev Author: heeres Date: 2010-03-19 17:12:41 + (Fri, 19 Mar 2010) Log Message: --- Some fixes Modified Paths: -- trunk/matplotlib/examples/mplot3d/hist3d_demo.py t

SF.net SVN: matplotlib:[8200] trunk/matplotlib/lib/mpl_toolkits/mplot3d/ axes3d.py

2010-03-19 Thread heeres
Revision: 8200 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8200&view=rev Author: heeres Date: 2010-03-20 00:29:19 + (Sat, 20 Mar 2010) Log Message: --- Add view angle patch + comment Modified Paths: -- trunk/matplotlib/lib/mpl_tool