Hi, On 19.07.07, BK wrote: > TITLE = "some name" > VARIABLES = "x", "y", "z", "abc" > ZONE T="zone1", I= 65, J= 97 > [float data] > ZONE T="zone2", I= 65, J= 49 > [float data] > ...
A solution could be to read the file binary data by a f.read(<number-of-bytes>) manually and pass the string to an proper array (see http://docs.python.org/lib/module-array.html)? André (((PS: I'm back. Don't worry about PyX, we'll continue.))) -- by _ _ _ Dr. André Wobst / \ \ / ) [EMAIL PROTECTED], http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
