8000 add EventCollection and eventplot to whats_new · matplotlib/matplotlib@3f02159 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f02159

Browse files
committed
add EventCollection and eventplot to whats_new
1 parent 70b3b70 commit 3f02159

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

doc/users/whats_new.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ revision, see the :ref:`github-stats`.
2222
new in matplotlib-1.3
2323
=====================
2424

25+
New eventplot plot type
26+
-------------------------------------
27+
Todd Jennings added a :func:`~matplotlib.pyplot.eventplot` function to
28+
create multiple rows or columns of identical line segments
29+
30+
New EventCollection collections class
31+
-------------------------------------
32+
Todd Jennings created the new :class:`~matplotlib.collections.EventCollection`
33+
class that allows for plotting and manipulating rows or columns of identical
34+
line segments
35+
2536
Baselines for stackplot
2637
-----------------------
2738
Till Stensitzki added non-zero baselines to :func:`~matplotlib.pyplot.stackplot`.
@@ -69,12 +80,6 @@ Ian Thomas added classes to perform interpolation within triangular grids
6980
the triangles in which points lie (
7081
:class:`~matplotlib.tri.TrapezoidMapTriFinder`).
7182

72-
Left and right side axes titles
73-
-------------------------------
74-
Andrew Dawson added the ability to add axes titles flush with the left and
75-
right sides of the top of the axes using a new keyword argument `loc` to
76-
:func:`~matplotlib.pyplot.title`.
77-
7883
.. _whats-new-1-2:
7984

8085
new in matplotlib-1.2

0 commit comments

Comments
 (0)
0