Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Joel Goldstick Newsgroups: comp.lang.python Subject: Re: show instant data on webpage Date: Fri, 29 Jan 2016 07:34:27 -0500 Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 5Yi+ix8KZwoAWDfRcojXegHRVpiOFXOslfyIs9BD74vA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'gnuplot': 0.09; 'python': 0.10; 'anyway': 0.11; 'jan': 0.11; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:show': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'example': 0.26; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'collecting': 0.27; "i'm": 0.30; 'url:mailman': 0.30; "i'd": 0.31; 'url:python': 0.33; 'url:listinfo': 0.34; '(for': 0.34; 'received:google.com': 0.35; 'so,': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'building': 0.38; 'files': 0.38; 'data': 0.39; 'application': 0.39; 'url:mail': 0.40; 'build': 0.40; 'some': 0.40; 'your': 0.60; 'said:': 0.66; 'confusing': 0.84; 'matplotlib.': 0.84; '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:to :cc:content-type; bh=YBxfnSnXjNx+a8aIov2vaN9TxlQxeM1VvZEMbhnOOeg=; b=Gi+NziPqUKPrE4Ft1FrqYT9xRSN3XVhIQeS+3H1umz6U100dRYPIOMX3H2gUPi/CJ5 GNFDDKKLi4OapULSbfYts1urVWXN/n5LoFMw7yBQQeEhbDrgBf9BwDSQik/AhXd46H/F +uY7gTbFIJSDtXO5GillAAueRu80FtLnzA+CZOKN1ThfosFpoInckvco6yWCfKf/9fnK C1sGWmQz2KS7jly0Rt2XagD5/pTu2R/C4ujQe6lDbeztnzEml+QIEnKWXmsgFRthBhIK T0lzjtCkO3UwvKxtVOoTifhUCjvMM4cQNU7UG8tFum48RYeaDyxZTnV9I5sLBh1FDDz1 cjLg== 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:content-type; bh=YBxfnSnXjNx+a8aIov2vaN9TxlQxeM1VvZEMbhnOOeg=; b=Z5Ct1tRB4LI6JT9Be/kq6FdSsVS8HEaIxwu6IZyAJdkL67tUH62pqNzp5d3Sl/figL wxT+SOydC99is5KkIJU8t3fs2o6E/pdIMbJ4CKbrfv2XVf6k90L0SKm5D3JXXMgEYhHV OWg9dx+oLCNcvEc3LTwz9m8SDXOuTEsjsYcGwq+FZVwqari+Ez0LaTdKKYDAgUJTVhZG slTp4eeQuvQblFVMKT1FyQCuT9wbkYT+UZ0dSKMFfJtjp1EqMVg3U5XpkFq8t3rmhYeL 4WtsQTuer+LVf9a6sz4gsQTg3ghwA5wrFpBFZCweoWNsw3QCpQQcFMSM8uoXAv+Jh1OE /HIg== X-Gm-Message-State: AG10YOS/2ntZ7zvpXUmDiMj7uuRdzvmOzvbuG12EZMCoqGMnCfL8SNzWqErfqgm+oOmruVUZs8esuh3oa9GSdQ== X-Received: by 10.50.36.35 with SMTP id n3mr8892892igj.73.1454070868015; Fri, 29 Jan 2016 04:34:28 -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:102228 On Fri, Jan 29, 2016 at 6:48 AM, mustang wrote: > > Then I'd use gnuplot or matplotlib. >> >> ok, but then I can upload/plot them online? > -- > https://mail.python.org/mailman/listinfo/python-list > Confusing mustang. You said: anyway I'm not interested in building website I've only to plot/show data collecting them from a sensor and plot them in a realtime graph (for example temperature). and then you said: ok, but then I can upload/plot them online? So, the python plotting packages mentioned can create files that hold your graphs. As to whether you want to display them on the web or send them around as attachments to your coworkers, or build some local application to display them is your choice -- Joel Goldstick http://joelgoldstick.com/stats/birthdays