Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270f291 commit 597b6f0Copy full SHA for 597b6f0
1 file changed
doc/api/api_changes.rst
@@ -11,7 +11,7 @@ help figure out possible sources of the changes you are experiencing.
11
For new features that were added to matplotlib, please see
12
:ref:`whats-new`.
13
14
-Changes in 1.1.x
+Changes in 1.2.x
15
================
16
* Use of :func:`matplotlib.projections.projection_factory` is now deprecated
17
in favour of axes class identification using
@@ -24,6 +24,10 @@ Changes in 1.1.x
24
matplotlib axes by providing a ``_as_mpl_axes`` method (see
25
:ref:`adding-new-scales` for more detail).
26
27
+
28
+Changes in 1.1.x
29
+================
30
31
* Added new :class:`matplotlib.sankey.Sankey` for generating Sankey diagrams.
32
33
* In :meth:`~matplotlib.pyplot.imshow`, setting *interpolation* to 'nearest'
0 commit comments