Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 274f684

Browse files
committed
DOC : added whats_new entry for _CollectionWithSizes
1 parent 25b3af6 commit 274f684

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/users/whats_new.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,19 @@ show with an int, slice object, numpy fancy indexing, or float. Using a float
202202
shows markers at approximately equal display-coordinate-distances along the
203203
line.
204204

205+
Added size related functions to specialized `Collections`
206+
`````````````````````````````````````````````````````````
207+
208+
Added the `get_size` and `set_size` functions to control the size of
209+
elements of specialized collections (
210+
:class:`~matplotlib.collections.AsteriskPolygonCollection`
211+
:class:`~matplotlib.collections.BrokenBarHCollection`
212+
:class:`~matplotlib.collections.CircleCollection`
213+
:class:`~matplotlib.collections.PathCollection`
214+
:class:`~matplotlib.collections.PolyCollection`
215+
:class:`~matplotlib.collections.RegularPolyCollection`
216+
:class:`~matplotlib.collections.StarPolygonCollection`).
217+
205218

206219
Fixed the mouse coordinates giving the wrong theta value in Polar graph
207220
```````````````````````````````````````````````````````````````````````

0 commit comments

Comments
 (0)