Menu

Code Commit Log


Commit Date  
[r8931] by weathergod

Fixes colors normalization with 'under' colors in LinearSegmentedColormap (values between -1 and 0 were being made positive due to an int cast).
Thanks to Eoghan Harrington for discovering and supplying the patch!

2011-01-21 21:42:45 Tree
[r8930] by weathergod

Fixing polygon shading in mplot3d and simultaneously allowing users to specify alpha values for 3d polygons.
(Shading calculation was applied to the rgba array instead of just rgb)

2011-01-21 20:38:54 Tree
[r8929] by jswhit

try to use netcdf4-python

2011-01-18 22:12:52 Tree
[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
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.