[Matplotlib-users] question #2 - labeled bar graphs

2008-03-21 Thread Simson Garfinkel
Is there an easy way to label bars with the value of the bar at that point? I am doing log bars and it would be nice to have them labeled. I guess I can do this manually using text() and the values returned by bar(); is there an automatic way to do it? Thanks!

Re: [Matplotlib-users] question #2 - labeled bar graphs

2008-03-21 Thread John Hunter
On Fri, Mar 21, 2008 at 4:18 PM, Simson Garfinkel [EMAIL PROTECTED] wrote: Is there an easy way to label bars with the value of the bar at that point? I am doing log bars and it would be nice to have them labeled. I guess I can do this manually using text() and the values returned by