Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Joel Goldstick Newsgroups: comp.lang.python Subject: Re: show instant data on webpage Date: Sun, 31 Jan 2016 14:48:51 -0500 Lines: 26 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de ZyIlLPi7whdQQFaCh+KLvAv4mgk4IFh7/6KGmQw5GRHQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.058 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'great.': 0.07; 'cc:addr :python-list': 0.09; 'jan': 0.11; 'output': 0.13; '2016': 0.16; 'inclined': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:show': 0.16; 'wrote:': 0.16; 'library': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'do.': 0.22; '31,': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'distribute': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.30; 'another': 0.32; 'url:python': 0.33; 'url:listinfo': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'could': 0.35; "isn't": 0.35; 'supports': 0.35; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'files': 0.38; 'why': 0.39; 'format': 0.39; 'url:mail': 0.40; 'build': 0.40; 'called': 0.40; 'some': 0.40; 'different': 0.63; 'price': 0.69; 'business': 0.69; 'browser.': 0.81; 'business,': 0.81; 'low': 0.83; 'pay?': 0.84; 'to:none': 0.91; 'joel': 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:cc :content-type; bh=Nyqgeq5oz9TceR432dxqkomQPPpldAWOeY8XZrNjqGQ=; b=Q0nk79lC/lMdDx6/Zf8toZH0rqouk9z8cWUyE0eZlnAuqVc4KpbYM5oLeih8YHHL9J wD5jeVPNCWvpBg2cBHFg6jzeCXr3hny/KHpdowks/dkkva7kB282sLiq2Jn5CVaSx1JF qcqROSU5uU9W2u98zVX2qoT1zPMpzsBpzL+PUjzpTovjaYPXr3dQXzGT/1zmxq5Nwd+j HHLnYPg0lVSwUpqTMe/8VpWNi2QSuv4ootBkHxH0STHd89r34FF+tt1NloX4R6OUtnVx LS3iQGhlcqK2hOR4o6w4I8nTKSfakbzB0XUM6JQEEwD0Qk6yEDi5wYHgrgIn392yHpJZ ihSQ== 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:cc:content-type; bh=Nyqgeq5oz9TceR432dxqkomQPPpldAWOeY8XZrNjqGQ=; b=MZ921YzlHzA9kiKhXrjX9Ug/5myAT+MS5O45VvQ3ZI//GYOc9UGOfqvKbfPv5C3Oqa axiM5Wlu0yla0WS41/I3ywmSl9f27/KDHZ9uIqvWom3wvd/+Labp5R1Dw9yYSO/AkJzc E597nnMKVUVS90BG7vrOX8/20jwg+meqs/XoqzZygyFeG/3d6YKSLWvfnYyb7QCwnxds YQxewYqMMV2EMp/hZrNwXXUO3Z7JZ5b8cslOOUTA4BN5ZLgWjvOib5wjeYfrzMEjoO0Q w/fd7OSFSMAk87XU/eiASCDOB57ZczKazO7tbEWIG5QYSeEZ2lZNvbEhgN/RPKNJglhe fBuQ== X-Gm-Message-State: AG10YOTc4lYUPo6qaSmdYrSCd7AcV3dal6qpaD8a+KGqDieCIT02Mwsqls/r9RAJ/rjkSIp4zaR8Q8p9rTTifg== X-Received: by 10.50.36.35 with SMTP id n3mr6849780igj.73.1454269731712; Sun, 31 Jan 2016 11:48:51 -0800 (PST) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102365 On Sun, Jan 31, 2016 at 2:19 PM, mustang wrote: > > How about https://plot.ly/python/ ? >> >> Free versione: Create 1 private chart > And if I've 3 sensor with 3 different plots? > -- > https://mail.python.org/mailman/listinfo/python-list > You need free and private? The price is low -- if this is a business why not pay? If not a business, why private? There is another charting library called pygal which is great. It can produce output to .svg file format or .png. You could distribute the files which will display in a browser. Or you could build them into web pages if you are so inclined to build a website. It seems that isn't what you want to do. You could also upload images to some free image site. Photobucket supports .png images. pygal can create .png images -- Joel Goldstick http://joelgoldstick.com/stats/birthdays