472,950 Members | 2,264 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,950 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 2774
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: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

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.