Re: [Matplotlib-users] Custom contour labels?

2007-08-06 Thread Jouni K . Seppänen
"Zelakiewicz, Scott (GE, Research)" <[EMAIL PROTECTED]> writes: > I get one contour line as expected, but instead of printing the contour > level (50) I would like to print a simple string like "Some String." I > tried using the fmt option of clabel, but it requires a way to stuff in > the level

[Matplotlib-users] Custom contour labels?

2007-08-06 Thread Zelakiewicz, Scott (GE, Research)
Hi, I am trying to make a contour plot using custom labels that consist only of text strings but can not figure it out. For example, if I do the following: A=arange(100) A=A.reshape(10,10) CS=contour(A,[50,]) clabel(CS) I get one contour line as expected, but instead of printing the contour leve