Re: [Matplotlib-users] creating mesh data from xyz data

2009-09-09 Thread Timo Spielmann
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

[Matplotlib-users] problem with matplotlib and latex

2009-08-12 Thread Timo Spielmann
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