source: trunk/stridetune-graph.py

Last change on this file was 307b550, checked in by Ramakrishnan Muthukrishnan <ram@…>, 9 years ago

zfec: rearrange files

  • Property mode set to 100755
File size: 212 bytes
Line 
1#!/usr/bin/env python
2
3from pyx import *
4def g(f):
5 g=graph.graphxy(width=16, x=graph.axis.linear(), y=graph.axis.linear())
6
7 g.plot([graph.data.file(f, x=1, y=2)])
8 g.writeEPSfile(f+'.eps')
9
10g('stridetune.dat')
Note: See TracBrowser for help on using the repository browser.