Skip to content

Commit 73d264b

Browse files
committed
Add hexbin to one more place in boilerplate.py
svn path=/trunk/matplotlib/; revision=5086
1 parent 3d72275 commit 73d264b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boilerplate.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def %(func)s(*args, **kwargs):
9999
cmappable = {
100100
'contour' : 'if ret._A is not None: gci._current = ret',
101101
'contourf': 'if ret._A is not None: gci._current = ret',
102+
'hexbin' : 'gci._current = ret',
102103
'scatter' : 'gci._current = ret',
103104
'pcolor' : 'gci._current = ret',
104105
'pcolormesh' : 'gci._current = ret',

0 commit comments

Comments
 (0)