Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Oscar Benjamin Newsgroups: comp.lang.python Subject: Re: Plot/Graph Date: Sun, 3 Apr 2016 22:35:42 +0100 Lines: 17 Message-ID: References: <768f1e2e-baab-4ce3-ae4e-aab2d8ac5bf8@googlegroups.com> <20f8e8fb-0bb8-4daa-8d68-d0cc3699a6fc@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de cnVYQSwXtp04jXsknRMBWwfSUZsU43gzjL3KN3BpM0qg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'extracted': 0.07; 'cc:addr :python-list': 0.09; 'csv': 0.09; 'newly': 0.09; 'python': 0.10; '2016': 0.16; 'cc:name:python list': 0.16; 'expects': 0.16; 'origin.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply- To:1': 0.24; 'module': 0.25; 'script': 0.25; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'origin': 0.29; 'subject:/': 0.30; 'code': 0.30; 'another': 0.32; 'computing': 0.32; 'file': 0.34; 'that,': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'according': 0.36; 'instead': 0.36; 'received:209.85': 0.36; 'depends': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'received:209': 0.38; 'files': 0.38; 'end': 0.39; 'data': 0.39; 'format': 0.39; 'some': 0.40; 'software': 0.40; 'show': 0.62; 'oscar': 0.84; 'presumably': 0.84 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=cfPeJkfS+BVAeuN1W0Zwh+NxAMk0l06y+KEsdr+Y/5E=; b=fcmn+yIpwYneJG0kpw8XmU1Rxoup/HpLNDUtLM7CsRBNEZ03+EjLlZ538SBvoe8cb3 yxw60vMfhiZ7ZovrX8mPMXbOY8II4jh0e2TIfGMUwORNt3HjXCdnVg4wxuI1QIt0VXWU SsBpr9LCYyDu+pyl1nELUtIhVkfrQsOi2p+/ECvNdy39kx41nfbW79AwaKlctIfA8P59 WbXmb09VfrGKpEr5qH0PxwbiqnylziOCP/h+X5inHShD6hL94T624Us2oabu4s3xg2KM 5yqBleUcjMASWuOl6JQ4XiRdddDFvUx4TDu5dvT7m4mDJWIraDn+VQNvhYIunEaRo4Dt RKrg== 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=cfPeJkfS+BVAeuN1W0Zwh+NxAMk0l06y+KEsdr+Y/5E=; b=WZ2qQvqIdSJFJlVFiLZQQRXB2X1VPxxerW6xghqY5xgoa/olEEgSbSGHuKRdpNUPeI hJ9YAwqaoPFFecvXmXojrPOFiGEtzceguar21Oi4nY8ArfysZwrZAe2yTzneB0R4oa4t kKr/8y+lotYkLX+3bgiXy89u6CaBYFoc+h9ZyixWQJetLDpmzXWTo8qNoBaLjehBgdiv /ZGKalQgOzh5zxIFUHxuEIiRlRdHo2E1FzyBvjcOtEw9NlMUi6kvFIpjzCCG/YV82Mlr NJTQS1rXIEOgVt68ccRzyPFWBT61tg9SuqRZXAM0rgin1FBYxQWNhuLHWM+dgHJ+XT4H 8xoQ== X-Gm-Message-State: AD7BkJKE88hZX6GfyGx12wVm6GRpbBhnGmMKHJXFR3CDViC86+JkXnnZMVFOCieuyxvJqHUpwGE3iNzY9fVNjQ== X-Received: by 10.112.198.132 with SMTP id jc4mr6650458lbc.120.1459719342986; Sun, 03 Apr 2016 14:35:42 -0700 (PDT) In-Reply-To: <20f8e8fb-0bb8-4daa-8d68-d0cc3699a6fc@googlegroups.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.21 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: , Xref: csiph.com comp.lang.python:106413 On 3 Apr 2016 22:21, "Muhammad Ali" wrote: > > How do I convert/change/modify python script so that my data could be extracted according to python script and at the end it generates another single extracted data file instead of displaying/showing some graph? So that, I can manually plot the newly generated file (after data extraction) by some other software like origin. It depends what you're computing and what format origin expects the data to be in. Presumably it can use CSV files so take a look at the CSV module which can write these. (You'll get better answers to a question like this if you show us some code and ask a specific question about how to change it.) -- Oscar