Menu

Code Commit Log


Commit Date  
[r8928] by jswhit

use netcdf4-python if installed to read opendap data.

2011-01-18 22:10:10 Tree
[r8927] by mdboom

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

........
r8926 | mdboom | 2011-01-18 13:59:03 -0500 (Tue, 18 Jan 2011) | 2 lines

Increase tolerance in pcolormesh test.
........

2011-01-18 19:00:20 Tree
[r8926] by mdboom

Increase tolerance in pcolormesh test.

2011-01-18 18:59:03 Tree
[r8925] by pivanov314

[DOC] fixed lots of typos in mpl_toolkits

2011-01-17 19:27:43 Tree
[r8924] by jswhit

try to use netCDF4 module first before falling back on included NetCDFFile function

2011-01-17 17:48:03 Tree
[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
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.