read datas from sensors and plotting

Joel Goldstick joel.goldstick at gmail.com
Sun Apr 17 13:04:42 EDT 2016


On Sun, Apr 17, 2016 at 1:00 PM, Larry Martell <larry.martell at gmail.com> wrote:
> On Sunday, April 17, 2016, ranran <ranran at nospam.it> wrote:
>
>> I'm reading in python some values from some sensors and I write them in a
>> csv file.
>> My problem now is to use this datas to plot a realtime graph for a example
>> in a web server.
>> Is it possible to read in the same time the values, writing in the file
>> and plot them in a webpage with python?
>>
>
> Check out plotly
>
> https://plot.ly/python/
> --
> https://mail.python.org/mailman/listinfo/python-list


Matplotlib and pygals are two others.

-- 
Joel Goldstick
http://joelgoldstick.com/blog
http://cc-baseballstats.info/stats/birthdays



More information about the Python-list mailing list