Nice. In the example there is this code: data.push(random());
In the example the problem is updated using random() points. I think Vera's problem is that the data must be pushed from the server to the client. She needs a websocket. On Monday, 22 July 2013 04:19:26 UTC-5, Zbigniew Pomianowski wrote: > > I use d3.js - seems to at least awesome. > > Here are some examples with real time paths: > http://bost.ocks.org/mike/path/ > > > W dniu piątek, 19 lipca 2013 00:58:54 UTC+2 użytkownik Vera Moreira > napisał: >> >> hi everyone, >> I need some help, does anyone have examples on how to do a "real time >> graph". What I need is a graph to constantly show random numbers, I´m using >> matplotlib >> >> I already have this info: >> from Antonis Tzorvas >> an idea for a "real-time approach" graph you have to go with gifs >> generated by the several .draw()s and save *.gif in static/images folder >> but i've just found this one: >> http://jakevdp.github.io/blog/2012/08/18/matplotlib-animation-tutorial/ >> >> from Ovidio Marinho >> A good option would also google maps. See this done with google maps and >> web2py. http://mosaico.no-ip.org/mosaico/regionalizacao/regmapa . >> For graphs with movements that would be better >> http://mosaico.no-ip.org/mosaico/mortalidadeinfantil/neonatalmun.html?municipio=Agua+Branca&botao=muni&ind=neonatal >> graphs >> are interactive and very good http://www.highcharts.com/ >> > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

