Selaa lähdekoodia

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

Ian Goldberg 5 vuotta sitten
vanhempi
commit
0df47ce617
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'