cphyc / matplotlib-label-lines

Label line using matplotlib.
MIT License
301 stars 28 forks source link

Added return value to labelLine #57

Closed sportsracer48 closed 3 years ago

sportsracer48 commented 3 years ago

It looks like this was supposed to return the created text, since labelLines returns a list of None atm

cphyc commented 3 years ago

Thanks for the PR!