From: Benny M. <ben...@gm...> - 2008-08-21 08:05:36
|
This is mailing list for gnuplot-py, not for python or gnuplot. Create a file: ofile = open(filename, 'w') ofile.write(.....) You can plot it directly with gnuplot-py though, see the example file distributed with gnuplot-py Benny 2008/8/20 Fabi Rabarison <fa...@ai...> > Hi, > > I would like to ask a quick question. Suppose that I have a list > > points=[(1,2,3),(4,5,6),(7,8,9)] > > how do I do to create the data file "points.dat", > so that I can use the command > > gnuplot> splot "points.dat" with lines? > > Thanks > -- > Fabi Rabarison > Stellenbosch University > www.aims.ac.za/~fabi <http://www.aims.ac.za/%7Efabi> > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > |