Menu

Code Commit Log


Commit Date  
[r8628] by efiring

fix bugs: patch alpha handling, bar color kwarg interpretation
This changeset is somewhat intrusive, with side-effects of moving
most patch color handling out of the draw method, and of changing
rgb2hex to allow rgba. This simplifies backend_svg slightly.

2010-08-14 21:21:58 Tree
[r8627] by jdh2358

fix docstring typo

2010-08-13 18:23:33 Tree
[r8626] by efiring

Removed numerix after 17 months of deprecation warnings.

2010-08-12 21:16:10 Tree
[r8625] by mdehoon

The MacOS module will disappear in Python 3. Implement the WMAvailable()
check in the C code in src/_macosx.m, so we won't rely on the MacOS module.

2010-08-11 03:23:59 Tree
[r8624] by jrevans

Added keyword arguments 'thetaunits' and 'runits' for polar plots.
Fixed PolarAxes so that when it set default Formatters, it marked them as such.
Fixed semilogx and semilogy to no longer blindly reset the ticker information on the non-log axis.
Axes.arrow can now accept unitized data.

2010-08-05 17:04:14 Tree
[r8623] by mdboom

Merged revisions 8622 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v1_0_maint

........
r8622 | mdboom | 2010-08-04 08:31:53 -0400 (Wed, 04 Aug 2010) | 1 line

Remove obsolete rcParam from matplotlibrc.template
........

2010-08-04 12:36:13 Tree
[r8622] by mdboom

Remove obsolete rcParam from matplotlibrc.template

2010-08-04 12:31:53 Tree
[r8621] by mdboom

Merged revisions 8514,8517,8519,8521,8524,8526,8539,8541,8543,8549,8554,8557,8559,8562,8564,8566,8568,8570-8571,8573,8575,8577,8579,8581,8583,8585,8588,8590,8592-8593,8595,8597,8601,8603,8610,8612,8614,8617 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v1_0_maint

........
r8514 | jdh2358 | 2010-07-06 10:48:31 -0400 (Tue, 06 Jul 2010) | 1 line

update coding guide to point to 1.0 release branch
........
r8517 | mdboom | 2010-07-06 11:30:34 -0400 (Tue, 06 Jul 2010) | 1 line

Testing merging
........
r8519 | mdboom | 2010-07-06 11:31:53 -0400 (Tue, 06 Jul 2010) | 1 line

Testing merging (removing bogus content)
........
r8521 | jdh2358 | 2010-07-06 11:48:16 -0400 (Tue, 06 Jul 2010) | 1 line

update download site in site docs
........
r8524 | jdh2358 | 2010-07-06 17:54:21 -0400 (Tue, 06 Jul 2010) | 1 line

add gridspec api to toc
........
r8526 | mdboom | 2010-07-07 09:19:29 -0400 (Wed, 07 Jul 2010) | 2 lines

Backport of r8515: Reset clipping upon exit of draw_markers to avoid negative interaction with blitting.
........
r8539 | ryanmay | 2010-07-09 14:30:07 -0400 (Fri, 09 Jul 2010) | 1 line

Fix setting of minor ticklabels. As far as I can tell, the extra call to set_major_formatter is due to an SVN merge error from the transforms branch.
........
r8541 | leejjoon | 2010-07-13 12:39:40 -0400 (Tue, 13 Jul 2010) | 1 line

Text.draw uses _set_gc_clip to set clip property
........
r8543 | weathergod | 2010-07-13 22:42:19 -0400 (Tue, 13 Jul 2010) | 2 lines

Added documentation and examples for new, easier Axes3D use.
........
r8549 | efiring | 2010-07-14 13:37:10 -0400 (Wed, 14 Jul 2010) | 2 lines

Axes.margin: bugfix--return correct values. Thanks to Georges Schutz.
........
r8554 | efiring | 2010-07-15 13:34:42 -0400 (Thu, 15 Jul 2010) | 2 lines

yaxis.set_ticks_position: fix bug with 'none'; thanks to Ben North
........
r8557 | efiring | 2010-07-15 16:45:19 -0400 (Thu, 15 Jul 2010) | 3 lines

show for tkagg doesn't block in script called via ipython -pylab.
This is the first in an expected series of changes to show().
........
r8559 | ianthomas23 | 2010-07-16 09:46:14 -0400 (Fri, 16 Jul 2010) | 2 lines

Added tri* functions to pyplot docs.
........
r8562 | efiring | 2010-07-16 16:44:52 -0400 (Fri, 16 Jul 2010) | 3 lines

backends: factored out most of the show() code into ShowBase class.
Also fixed various fltkagg problems.
........
r8564 | leejjoon | 2010-07-17 03:06:06 -0400 (Sat, 17 Jul 2010) | 1 line

fix wrong baseline for multiple line legend
........
r8566 | dsdale | 2010-07-20 10:00:55 -0400 (Tue, 20 Jul 2010) | 2 lines

Return Qt4's default cursor when leaving the canvas
........
r8568 | mdboom | 2010-07-23 09:17:15 -0400 (Fri, 23 Jul 2010) | 2 lines

Prevent traceback when window icon can not be loaded in Gtk backend.
........
r8570 | mdboom | 2010-07-23 12:45:24 -0400 (Fri, 23 Jul 2010) | 2 lines

Fix image clipping to a path and add a test.
........
r8571 | mdboom | 2010-07-23 12:46:40 -0400 (Fri, 23 Jul 2010) | 2 lines

Oops in last commit.
........
r8573 | efiring | 2010-07-24 17:59:55 -0400 (Sat, 24 Jul 2010) | 3 lines

rcParams: don't include deprecated keys.
Some other rc cleanups are included in this changeset.
........
r8575 | weathergod | 2010-07-25 18:24:05 -0400 (Sun, 25 Jul 2010) | 2 lines

Fix "graph jumping" issue when rubber-banding a selection in GTK backends.
........
r8577 | efiring | 2010-07-26 14:17:18 -0400 (Mon, 26 Jul 2010) | 2 lines

[3026430] delete duplicate test file with space in name
........
r8579 | efiring | 2010-07-26 15:14:16 -0400 (Mon, 26 Jul 2010) | 2 lines

[3032390] subplot: more robust argument handling, consistent with 0.99.3
........
r8581 | leejjoon | 2010-07-27 11:52:47 -0400 (Tue, 27 Jul 2010) | 1 line

fix pyplot.subplot2grid to support the projection keyword
........
r8583 | mdboom | 2010-07-27 13:26:50 -0400 (Tue, 27 Jul 2010) | 3 lines

[3034778] line width arguments don't work in pcolormesh
Also, support clipping paths on images in SVG backend.
........
r8585 | mdboom | 2010-07-28 14:33:11 -0400 (Wed, 28 Jul 2010) | 2 lines

Fix problems displaying images with zero (logical) width.
........
r8588 | mdboom | 2010-07-28 14:48:14 -0400 (Wed, 28 Jul 2010) | 2 lines

[3032853] Hist autorange bug using log and histtype
........
r8590 | mdboom | 2010-07-28 15:19:27 -0400 (Wed, 28 Jul 2010) | 3 lines

[3031954] polar plot axis labeling problem
Radial axis labels should now be placed correctly, even for small values of rmax
........
r8592 | mdboom | 2010-07-29 10:09:11 -0400 (Thu, 29 Jul 2010) | 2 lines

Remove points_to_pixels_snapto -- since it isn't used anywhere and is now actually incomplete wrt the new stroke-width-aware snapping.
........
r8593 | weathergod | 2010-07-29 12:16:17 -0400 (Thu, 29 Jul 2010) | 4 lines

Fix documentation for set_linestyle() and set_marker() and a few other
functions properly display their available values on the web docs.
Also changed pentagram to pentagon in the docstrings.
........
r8595 | weathergod | 2010-07-29 17:55:52 -0400 (Thu, 29 Jul 2010) | 2 lines

Fix inconsistency with the handling of the 'weights' keyword and input data for hist().
........
r8597 | mdboom | 2010-07-30 08:25:51 -0400 (Fri, 30 Jul 2010) | 1 line

Update baseline image for pcolormesh test
........
r8601 | mdboom | 2010-07-30 14:56:18 -0400 (Fri, 30 Jul 2010) | 2 lines

[3036982] imsave: wrong image size
........
r8603 | leejjoon | 2010-07-31 05:03:30 -0400 (Sat, 31 Jul 2010) | 1 line

make grid method of axislines module compatible with matplotlib
........
r8610 | weathergod | 2010-08-01 17:01:25 -0400 (Sun, 01 Aug 2010) | 3 lines

Fixed inconsistency with argument handling between 2d and 3d versions of contour.
Documentation is fixed as well for 3d versions of contour and contourf.
........
r8612 | mdboom | 2010-08-02 08:30:48 -0400 (Mon, 02 Aug 2010) | 2 lines

Fix image placement bug introduced in 8585 (reported by JJ)
........
r8614 | leejjoon | 2010-08-03 01:07:40 -0400 (Tue, 03 Aug 2010) | 1 line

turn off antialiasing for the solids attribute in axes_grid1.colorbar.
........
r8617 | jdh2358 | 2010-08-03 17:23:44 -0400 (Tue, 03 Aug 2010) | 1 line

added qt4_editor_options.png
........

2010-08-04 12:29:18 Tree
[r8620] by mdboom

SVN merge re-init

2010-08-04 12:22:07 Tree
[r8619] by jdh2358

use safe isnan for rec2gtk

2010-08-03 21:36:37 Tree
Older >
MongoDB Logo MongoDB