Re: [Matplotlib-users] bar charts (Margherita Vittone wiersma)

2007-01-29 Thread Derek Hohls
align='center' gives an error Also this solution is not perfect for negative bars as the text is located just *inside* the bar, rather than just *below* it. >>> Yannick Copin <[EMAIL PROTECTED]> 01/26/07 4:08 PM >>> Hi, > i have made bar charts but I was wondering if there is a way to show

Re: [Matplotlib-users] bar charts (Margherita Vittone wiersma)

2007-01-26 Thread Yannick Copin
Hi, > i have made bar charts but I was wondering if there is a way to show > on top of each bar the real content/counts, like a label; I generate > static plots so the dynamic showing of the counts on focusing on the > bar does not help me. Cannot you just add the counts manually? E.g. x,y = ara