Re: [Matplotlib-users] Contour-like line labels on line plots.

2012-05-21 Thread Eric Firing
On 05/21/2012 06:33 AM, Brian wrote: > Greetings all, > > I am trying to place line labels on a plot similar to how contours in a > contour plot are labeled (i.e. clabel). I have found that I can use > ax.annotate but have to optimize by hand while the clabel for contours > finds a "good" location

[Matplotlib-users] Contour-like line labels on line plots.

2012-05-21 Thread Brian
Greetings all, I am trying to place line labels on a plot similar to how contours in a contour plot are labeled (i.e. clabel). I have found that I can use ax.annotate but have to optimize by hand while the clabel for contours finds a "good" location without my having to find it. Is this feature av