dislin interfaced with tkinter
Istvan Albert
ialbert at mailblocks.com
Tue Aug 3 18:06:16 CEST 2004
eesun wrote:
> I've downloaded the dislin package for the scientific plotting. And I
> have already created the application window with Tkinter (menu,
> canvas, status bar..). I want to integrate the Dislin plotting into
> the Tkinter application. For ex: show the dislin result on the Tkinter
> Canvas. Anyone can help?
I believe that dislin plots trough its own graphical device
that is independent of Tkinter thus cannot be integrated
with it.
You might want to try matplotlib, it has Tk backend
http://matplotlib.sourceforge.net/
the nice folks there might be able to help you out.
Istvan.
More information about the Python-list
mailing list