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


Groups > comp.lang.python > #93854

Re: data visualization - graph

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: data visualization - graph
Date 2015-07-15 09:33 +0100
References <419f0b10-a32f-4f13-8a75-d8bf0df9e673@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.530.1436949215.3674.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

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

csiph-web