[Matplotlib-users] Smooth animations

2013-07-03 Thread v0idnull
I am receiving a number from a server every two seconds. I would like to plot this number.out over time for the past say... 30 polls. Would it be possible to use... Anything, to produce a smooth animation of the plot line getting drawn? As it stands now the animation is well... Quite choppy.

Re: [Matplotlib-users] Smooth animations

2013-07-04 Thread v0idnull
the networking piece, it seems to do what you describe, and it's pretty fast. Maybe start from that and make changes until it gets slow in order to determine where the slowness comes from...? Mike On 07/03/2013 09:19 PM, v0idnull wrote: I am receiving a number from a server every two seconds. I

Re: [Matplotlib-users] Smooth animations

2013-07-05 Thread v0idnull
the graph more often. Mike On 07/04/2013 04:28 PM, v0idnull wrote: eh Let me explain my problem in a different way: Every two seconds I get a value from a service. Let's say I over 8 seconds I get 1, 5, 10, 5 as values. So if my application updates the graph every two seconds