8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7c187 commit 9a0b603Copy full SHA for 9a0b603
doc/users/whats_new.rst
@@ -60,6 +60,13 @@ Added a :code:`pivot` kwarg to :func:`~mpl_toolkits.mplot3d.Axes3D.quiver`
60
that controls the pivot point around which the quiver line rotates. This also
61
determines the placement of the arrow head along the quiver line.
62
63
+Offset Normalizers for Colormaps
64
+````````````````````````````````
65
+Paul Hobson/Geosyntec Consultants added a new :class:`matplotlib.colors.OffsetNorm`
66
+class with the help of Till Stensitzki. This is particularly useful when using a
67
+diverging colormap on data that are asymetrically centered around a logical value
68
+(e.g., 0 when data range from -2 to 4).
69
+
70
New backend selection
71
---------------------
72
0 commit comments