473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

plotting with Python

Hi,

I have a Python console application that is intended to be used
interactively and I have to add plotting capabilities (multiple XY plots
and if possible 2D-surface plots). I'm loocking for a reasonably fast
plotting library (not GPL'ed, needs not be for free) that can be used
under Windows. An alternative would also be a standalone application
that can be controlled via TCP/IP from my Python application. I tried
matplotlib but this is not fast enough (especially under Windows). I
considered PyQwt but this is GPL'ed. So I would be very appreciative for
any help.

With kind regards

Rolf Wester
Jul 19 '05 #1
7 2799
Look at wxPython

Regards,

Philippe

Rolf Wester wrote:
Hi,

I have a Python console application that is intended to be used
interactively and I have to add plotting capabilities (multiple XY plots
and if possible 2D-surface plots). I'm loocking for a reasonably fast
plotting library (not GPL'ed, needs not be for free) that can be used
under Windows. An alternative would also be a standalone application
that can be controlled via TCP/IP from my Python application. I tried
matplotlib but this is not fast enough (especially under Windows). I
considered PyQwt but this is GPL'ed. So I would be very appreciative for
any help.

With kind regards

Rolf Wester


Jul 19 '05 #2
We use dislin in my lab. I don't think it's GPL...

http://www.linmpi.mpg.de/dislin

Jul 19 '05 #3
Philippe C. Martin wrote:
Look at wxPython

Regards,

Philippe

I will do it, thank you for your reply.

Rolf

Rolf Wester wrote:

Hi,

I have a Python console application that is intended to be used
interactively and I have to add plotting capabilities (multiple XY plots
and if possible 2D-surface plots). I'm loocking for a reasonably fast
plotting library (not GPL'ed, needs not be for free) that can be used
under Windows. An alternative would also be a standalone application
that can be controlled via TCP/IP from my Python application. I tried
matplotlib but this is not fast enough (especially under Windows). I
considered PyQwt but this is GPL'ed. So I would be very appreciative for
any help.

With kind regards

Rolf Wester


Jul 19 '05 #4
dy************@gmail.com wrote:
We use dislin in my lab. I don't think it's GPL...

http://www.linmpi.mpg.de/dislin

Hi,

thank you for your reply. I tried dislin but this didn't work very well
for me. But I will try it again.

Regards
Rolf

Jul 19 '05 #5
Hi Philippe,

You may want to look at HippoDraw application. The web site is
http://www.slac.stanford.edu/grp/ek/hippodraw/. I have used both
the C++ api and python bindings. They have a layer of python called
hippoplotter.py to make it easy to instance the basic plotting canvase
and place multiple plots on it. This tool is built on Qt and it was
very easy for me to get going with it.

Maybe worth looking at.

Len

Philippe C. Martin wrote:
Look at wxPython

Regards,

Philippe

Rolf Wester wrote:

Hi,

I have a Python console application that is intended to be used
interactively and I have to add plotting capabilities (multiple XY plots
and if possible 2D-surface plots). I'm loocking for a reasonably fast
plotting library (not GPL'ed, needs not be for free) that can be used
under Windows. An alternative would also be a standalone application
that can be controlled via TCP/IP from my Python application. I tried
matplotlib but this is not fast enough (especially under Windows). I
considered PyQwt but this is GPL'ed. So I would be very appreciative for
any help.

With kind regards

Rolf Wester



--
__________________________________________________ __
Leonard J. Reder
Jet Propulsion Laboratory
Interferometry Systems and Technology Section 383
Email: re***@huey.jpl.nasa.gov
Phone (Voice): 818-354-3639
Phone (FAX): 818-354-4357
Mail Address:
Mail Stop: 171-113
4800 Oak Grove Dr.
Pasadena, CA. 91109
---------------------------------------------------
Jul 19 '05 #6
Rolf Wester <ro*********@ilt.fraunhofer.de> wrote in message news:<42********@news.fhg.de>...
Philippe C. Martin wrote:
Look at wxPython

I will do it, thank you for your reply.


What you want specifically for the drawing in wx is probably
a Device Context. (Typically a wxClientDC, but you might
want to swap to e.g. a wxPrinterDC at times...) Read more
at http://wxwidgets.org/manuals/2.5.3/wx_dcoverview.html
Jul 19 '05 #7
Rolf Wester wrote:
Hi,

I have a Python console application that is intended to be used
interactively and I have to add plotting capabilities (multiple XY plots
and if possible 2D-surface plots). I'm loocking for a reasonably fast
plotting library (not GPL'ed, needs not be for free) that can be used
under Windows. An alternative would also be a standalone application
that can be controlled via TCP/IP from my Python application. I tried
matplotlib but this is not fast enough (especially under Windows). I
considered PyQwt but this is GPL'ed. So I would be very appreciative for
any help.


Have a look at matplotib, which provides already embeddable widgets for most
common toolkits. It lacks surface plotting, for which VTK/mayavi can come in
handy. If you want interactive console support, IPython can be
embedded/extended, and it handles automatically thread coordination with
matplotlib with Tk, GTK, WX and Qt (windows, linux and osx). Both come with a
BSD license.

Regards,

f

Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: srijit | last post by:
Hi, I am looking for a good plotting package (preferably with 3D plotting capabilities) based on Python 2.3 (Windows 98). Unfortunately Dislin does not exist for Python 2.3. I look forward to...
3
by: Erik Lechak | last post by:
Hello All, I am creating a visual programming environment for python (similar to Matlab's simulink, but for python). For several reasons I have decided not to go with OGL. I am writing a wxOGL...
6
by: DG | last post by:
I'm interesting in finding the ultimate cross-platform python plotting module. So far I've used scipy.gplt and biggles which both have disadvantages. There is no python 2.3 binary package for...
5
by: michael.s.gilbert | last post by:
hello all, this message is geared toward those of you in the scientific community. i'm looking for a python plotting library that can support rendering greek symbols and other various characters...
7
by: diffuser78 | last post by:
My python program spits lot of data. I take that data and plot graphs using OfficeOrg spredsheet. I want to automate this task as this takes so much of time. I have some questions. 1. Which is...
10
by: anton | last post by:
Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available)
2
by: Dr. Colombes | last post by:
Is there an easy scientific graphics (plotting) package for Python 2.5.1 running on Ubuntu Linux 7.1 ("Gutsy Gibbon")? A few years ago I used PyLab (a MatLab-like plotting module for Python) on...
2
by: Anish Chapagain | last post by:
hi, I'm getting problem with the code below which after displaying graph plotted in external window, doesnot closes itself, even after closing the window of plotting the main python window shows...
4
by: Helmut Michels | last post by:
Dear Python users, I am pleased to announce version 9.4 of the data plotting software DISLIN. DISLIN is a high-level and easy to use plotting library for displaying data as curves, bar...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.