Menu

Code Commit Log


Commit Date  
[r8923] by jswhit

add qualification to tissot docstring.

2011-01-17 17:28:07 Tree
[r8922] by efiring

backend_qt4agg: eliminate duplicate call to FigureCanvasAgg.draw()

The basic problem is that the most efficient way to eliminate the
duplication appears to be to do the Agg drawing in the paintEvent,
not in draw(); but then a draw() followed by copy_from_bbox may
result in a copy being made before the Agg draw has occurred.
The solution here is to do that drawing inside copy_from_bbox
when necessary.

Side note: it seems that by using the update() method, the
qt4agg draw() is acting more like draw_idle() than like the draw()
methods in the other interactive backends.

2011-01-17 07:13:37 Tree
[r8921] by efiring

Merged revisions 8920 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v1_0_maint

........
r8920 | efiring | 2011-01-15 15:00:37 -1000 (Sat, 15 Jan 2011) | 8 lines

Change pcolor and contourf default antialiasing to False; closes 3151847.

To avoid misplaced boundaries and artifacts with alpha < 1, we do not
stroke the pcolor and contourf patch boundaries by default; but without
that stroking, antialiasing produces boundary artifacts that tend to
be visually disturbing. Therefore we sacrifice antialiasing for these
patches.
........

2011-01-16 01:09:08 Tree
[r8920] by efiring

Change pcolor and contourf default antialiasing to False; closes 3151847.

To avoid misplaced boundaries and artifacts with alpha < 1, we do not
stroke the pcolor and contourf patch boundaries by default; but without
that stroking, antialiasing produces boundary artifacts that tend to
be visually disturbing. Therefore we sacrifice antialiasing for these
patches.

2011-01-16 01:00:37 Tree
[r8919] by jswhit

fix docstring typo

2011-01-15 19:49:09 Tree
[r8918] by mdboom

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

........
r8917 | mdboom | 2011-01-14 13:15:33 -0500 (Fri, 14 Jan 2011) | 2 lines

Fix doc build with recent versions of Sphinx (reported by Sandro Tosi)
........

2011-01-14 18:16:42 Tree
[r8917] by mdboom

Fix doc build with recent versions of Sphinx (reported by Sandro Tosi)

2011-01-14 18:15:33 Tree
[r8916] by leejjoon

add demo_gridspec06.py and update gridspec doc (original patch from Paul Ivanov)

2011-01-14 05:42:04 Tree
[r8915] by weathergod

contourf3d can now project the filled contour onto a particular plane
much like how contour3d can do with contour lines using zdir and offset
arguments.

2011-01-13 19:07:12 Tree
[r8914] by mdboom

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

........
r8913 | mdboom | 2011-01-13 08:57:12 -0500 (Thu, 13 Jan 2011) | 2 lines

[3154456] confirm file overwrite (gtk)
........

2011-01-13 13:58:37 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.