File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ Collection color specification and mapping
2
+ ------------------------------------------
3
+
4
+ Reworking the handling of color mapping and the keyword arguments for facecolor
5
+ and edgecolor has resulted in three behavior changes:
6
+
7
+ 1. Color mapping can be turned off by calling ``Collection.set_array(None) ``.
8
+ Previously, this would have no effect.
9
+ 2. When a mappable array is set, with ``facecolor='none' `` and
10
+ ``edgecolor='face' ``, both the faces and the edges are left uncolored.
11
+ Previously the edges would be color-mapped.
12
+ 3. When a mappable array is set, with ``facecolor='none' `` and
13
+ ``edgecolor='red' ``, the edges are red. This addresses Issue #1302.
14
+ Previously the edges would be color-mapped.
You can’t perform that action at this time.
0 commit comments