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
9393right sides of the top of the axes using a new keyword argument `loc ` to
9494:func: `~matplotlib.pyplot.title `.
9595
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+
96106.. _whats-new-1-2 :
97107
98108new in matplotlib-1.2
You can’t perform that action at this time.
0 commit comments