i hav a .py script called letsc.py: (python2.5, matplotlib0.90.1, and py2exe
for python 2.5 all on windows xp)
from Tkinter import *
class GUIFramework(Frame):
"""This is the GUI"""
def __init__(self,master=None):
"""Initialize yourself"""
"""Initialise the base class"""
On 6/17/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
Hi,
Viraj Vajratkar wrote:
> Hi... thanks a lot for replying... but it would be great if you could
> send me your complete setup.py file... thanks a lot in advance...
Attached is a setup.py and the corresponding the matplo
hello ppl,
hey i hav 3 .dat files... one has 1 column of x coords, another has 1 column
of the same number of y coords and the last .dat file has the same number of
corresponding values of a property[temperature] at those points in 1
column i was wondering how i cud make a contour of this data
On 7/3/07, Jeff Whitaker <[EMAIL PROTECTED]> wrote:
Michael Newman wrote:
> My understanding is the "contour" method only handles plots of
> functions, e.g. f(x,y) = z, and not discrete points. I tried looking
> into this weeks ago, and couldn't find a way to handle discrete points.
>
> I'd love