Merged eb/gcell-wip -r10213:10230 into the trunk. This reduces the
[debian/gnuradio] / gcell / apps / plot_speedup.py
index 96277f85cafc6eb5c916c9f9c10123905df16cfc..37822a73f92a0b8c0d091ddfb76149807d1c68f2 100755 (executable)
@@ -36,6 +36,7 @@ class plot_data(object):
 
 
         self.markers = {
+              5 : 'x',
              10 : 'o',
              50 : 's',
             100 : '^',