Hi Giuseppe
you can load your datafile with pylab... see my little function which
i'm using
import pylab as pl
def readXY(filename):
x,y,z = pl.load(filename, unpack=True)
return x,y,z
(X, Y, Z) = readXY("datafile.dat")
after that you have your values in the arrays X;Y;Z
kind regards
hey people
i have an problem on plotting some functions with latex texts. i cant
plot some latex symbols like \bar or something else the normal latex
stuff works perect, but such keys doessent and i dont know why...
hope someone can help me
as you can see i attached a sample plot file... you