Browse Source

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

Ian Goldberg 4 years ago
parent
commit
0df47ce617
1 changed files with 1 additions and 1 deletions
  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'