File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,16 @@ Andrew Dawson added the ability to add axes titles flush with the left and
93
93
right sides of the top of the axes using a new keyword argument `loc ` to
94
94
:func: `~matplotlib.pyplot.title `.
95
95
96
+ Improved manual contour plot label positioning
97
+ ----------------------------------------------
98
+
99
+ Brian Mattern modified the manual contour plot label positioning code to
100
+ interpolate along line segments and find the actual closest point on a
101
+ contour to the requested position. Previously, the closest path vertex was
102
+ used, which, in the case of straight contours was sometimes quite distant
103
+ from the requested location. Much more precise label positioning is now
104
+ possible.
105
+
96
106
.. _whats-new-1-2 :
97
107
98
108
new in matplotlib-1.2
You can’t perform that action at this time.
0 commit comments