Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93852 > unrolled thread

data visualization - graph

Started byKasper Jepsen <rapzak@gmail.com>
First post2015-07-15 01:08 -0700
Last post2015-07-15 09:33 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  data visualization - graph Kasper Jepsen <rapzak@gmail.com> - 2015-07-15 01:08 -0700
    Re: data visualization - graph Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-15 09:33 +0100

#93852 — data visualization - graph

FromKasper Jepsen <rapzak@gmail.com>
Date2015-07-15 01:08 -0700
Subjectdata visualization - graph
Message-ID<419f0b10-a32f-4f13-8a75-d8bf0df9e673@googlegroups.com>
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

[toc] | [next] | [standalone]


#93854

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-07-15 09:33 +0100
Message-ID<mailman.530.1436949215.3674.python-list@python.org>
In reply to#93852
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web