[Matplotlib-users] plotting a contour from dicrete data points

2007-06-30 Thread Viraj Vajratkar
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

[Matplotlib-users] py2exe + matplotlib == frustration

2007-06-15 Thread Viraj Vajratkar
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