Explorar o código

Expand the xrange of the plots to show the new 30% scale data points

Ian Goldberg %!s(int64=5) %!d(string=hai) anos
pai
achega
0df47ce617
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      analysis/plotdats.py

+ 1 - 1
analysis/plotdats.py

@@ -58,7 +58,7 @@ if __name__ == '__main__':
         if filename[-5:] == '_wide':
             ranges = "set xrange [300:300000]\nset logscale xy\nset yrange [10000:]"
         else:
-            ranges = "set xrange [0:1750]\nset yrange [0:]"
+            ranges = "set xrange [0:2200]\nset yrange [0:]"
         gpcode = """set terminal pdf
 set output '%s.pdf'
 set title '%s'