]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/stridetune-graph.py
zfec: rearrange files
[tahoe-lafs/zfec.git] / zfec / stridetune-graph.py
diff --git a/zfec/stridetune-graph.py b/zfec/stridetune-graph.py
deleted file mode 100755 (executable)
index 7025989..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python
-
-from pyx import *
-def g(f):
- g=graph.graphxy(width=16, x=graph.axis.linear(), y=graph.axis.linear())
-
- g.plot([graph.data.file(f, x=1, y=2)])
- g.writeEPSfile(f+'.eps')
-
-g('stridetune.dat')