Re: [Matplotlib-users] Animated bar graph question

2008-06-23 Thread Matt C
thing like: line, = bar(i + 0.25 , name_value_dict[key], color='red'), and calling line.set_y(), but with similar issues. Any other pointers would be greatly appreciated. -Matt On Sun, Jun 22, 2008 at 2:54 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Matt C wrote: > >> I&

[Matplotlib-users] Animated bar graph question

2008-06-22 Thread Matt C
I'm very new to MPL, and I'm having a blast with it - great work. I've looked around the docs, lists and other random places for a hint on this, but I'm still stumped. The goal is simple: I'd like to create a very basic animated bar or barh chart. I've been playing via ion() from the IPython s