File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ revision, see the :ref:`github-stats`.
22
22
new in matplotlib-1.3
23
23
=====================
24
24
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
+
25
36
Baselines for stackplot
26
37
-----------------------
27
38
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
69
80
the triangles in which points lie (
70
81
:class: `~matplotlib.tri.TrapezoidMapTriFinder `).
71
82
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
-
78
83
.. _whats-new-1-2 :
79
84
80
85
new in matplotlib-1.2
You can’t perform that action at this time.
0 commit comments