Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: jorge.conrado@cptec.inpe.br Newsgroups: comp.lang.python Subject: define the area plot Date: Mon, 07 Dec 2015 10:51:10 -0200 Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 8epceHEtpxTPxVa9ld2meAaAo6GAHrdALF7NKXm/qdFA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.056 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'received:150': 0.09; 'subject:plot': 0.09; 'python.': 0.11; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:area': 0.16; 'header:User- Agent:1': 0.26; 'define': 0.27; "i'm": 0.30; 'window': 0.30; 'changing': 0.34; 'possible': 0.36; 'to:addr:python-list': 0.36; 'charset:us-ascii': 0.37; 'hi,': 0.38; 'data': 0.39; 'subject:the': 0.39; 'area': 0.39; 'to:addr:python.org': 0.40; 'from:no real name:2**0': 0.60; 'skip:w 30': 0.64; 'received:br': 0.66 X-Virus-Scanned: Debian amavisd-new at tornado X-PHP-Originating-Script: 33:rcube.php X-Sender: jorge.conrado@cptec.inpe.br User-Agent: Roundcube Webmail/1.0.3 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:100082 Hi, I'm changing from the IDL to PYTHON. I would like know how can I define the size of the window plot in Python. On IDL I define the size of area plot by: window,1,xsize=1000,ysize=1000 It is possible define the size of the window before my data is plotted. Conrado