Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Joel Goldstick Newsgroups: comp.lang.python Subject: Re: read datas from sensors and plotting Date: Sun, 17 Apr 2016 13:04:42 -0400 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de jjCC2SHwGxeGvG7qrRN3rAR+x6tVLTdrWk1xEghIP2Lg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.082 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'csv': 0.09; 'url:blog': 0.10; 'python': 0.10; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'python?': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'file.': 0.22; 'header:In-Reply-To:1': 0.24; 'example': 0.26; 'message-id:@mail.gmail.com': 0.27; 'values': 0.28; 'larry': 0.29; 'matplotlib': 0.29; "i'm": 0.30; 'server.': 0.30; 'url:mailman': 0.30; 'problem': 0.33; 'url:python': 0.33; 'url:listinfo': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'possible': 0.36; 'others.': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'received:209': 0.38; 'subject:from': 0.39; 'received:209.85.214': 0.39; 'url:mail': 0.40; 'some': 0.40; 'webpage': 0.66; 'url:info': 0.71; '1:00': 0.84; 'datas': 0.84; 'received:209.85.214.181': 0.84; 'received :mail-ob0-f181.google.com': 0.84; 'subject:read': 0.84; 'joel': 0.91; 'sensors': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=wL6vlDjV2va8EgsXWRDhU6PmCoBzgSPpZw26ktiPQak=; b=vJpG8TvvFROuLMH4HI/FSV0Ps1BoUT/N66bwjLXobo4Xx/kDigswgp0T5BY3kat2Fp Y8HB4JtO0uTPrewgVfBtmMFr33Np3JNhvpmdrlzVLUelBWuZxKBa+U7NyX/oY7GXoa97 K1DuaddfzmUEPi2W383arLXukPuU61UbpjUfZeAUNwmGjyRqdQv96A0I6ydF218VXtn9 OiZ0hAGATGTmMExEJPLGuyWZSCS1QIQHWXHIznr0ubWUHIBAYtVF48o4xAjOewvzJUGV d0La+eO380pPp3aA36398u42e+cf86+UWw8enCeBxFBN6xTwu5J8P6lURfhoHKFYm2MU NETg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=wL6vlDjV2va8EgsXWRDhU6PmCoBzgSPpZw26ktiPQak=; b=Ptpd2nQ081rFO+GMgWAjlgoCSKrxMw5kWW7hsHimpkrsOYgafTqrcYFNP8qZhjjEER LnpyO9RrtmA3iTWsrLAuDiRwRMzi4PIxsGcQR47YwUSCNUJa6HhRb8JuW60gSm3cjOIw UDOigpIYnDMsngGxnJb+iYqgwOalbIZwtw/qyaRn/7X0v6SmN5i/EbqYbe8fqy8ev4st DZmL7f43FekkNIgV5u6IWw4Ti+MgcXUPfWyv9ozQFJyx7zzTCTSIUoFJ2o1GJ37JFoSY ciHkA/KJyLprQTRADccJoJLmtWiiO12aqwg5/lK3kpgDkAjLaqsbZGvl+9VsjtUEM/qd WXTw== X-Gm-Message-State: AOPr4FUzD7ZHT8UIRxfEOWU5j5SOtEOE6UytTQQNWVpGx/flU0gv4qTXI9rv7qkp6SFx7by+MsQcaiBFpIGvtg== X-Received: by 10.182.48.37 with SMTP id i5mr4764435obn.55.1460912682475; Sun, 17 Apr 2016 10:04:42 -0700 (PDT) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Xref: csiph.com comp.lang.python:107184 On Sun, Apr 17, 2016 at 1:00 PM, Larry Martell wrote: > On Sunday, April 17, 2016, ranran 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