data visualization - graph

Mark Lawrence breamoreboy at yahoo.co.uk
Wed Jul 15 04:33:10 EDT 2015


On 15/07/2015 09:08, Kasper Jepsen wrote:
> Hi,
>
> I am looking for a solution to graph charts from real time measurements on the web like:
> http://pvoutput.org/intraday.jsp?id=16919&sid=14707&gs=1&dxa=1&dt=20150715
>
> I have some solar systems i like to save data into an sql database - and then i like to have some web service where i can select which data to see and compare and zoom in/ out etc.
>
> I like to do it in Python - but maybe some else also?
>
> Also i like as much as possible in some library / packages..
>
> Any one who has experience?
>
> best regards
> /Kasper
>

Please check the following out.

http://ipython.org/notebook.html
http://matplotlib.org/

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list