File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ revision, see the :ref:`github-stats`.
2222new 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+
2536Baselines for stackplot
2637-----------------------
2738Till Stensitzki added non-zero baselines to :func: `~matplotlib.pyplot.stackplot `.
@@ -69,12 +80,6 @@ Ian Thomas added classes to perform interpolation within triangular grids
6980the 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
8085new in matplotlib-1.2
You can’t perform that action at this time.
0 commit comments