diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-22 08:24:02 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-22 08:24:02 +0200 |
| commit | e59ac6a32d3c40a02552aba8367ae4ca183e323a (patch) | |
| tree | a62bf3717c49e82081b82b32a681a22e8374356d /plot.gnu | |
| parent | b54aed2238019c4c35d145f41a20c513927b0680 (diff) | |
Updated plot yrange
Diffstat (limited to 'plot.gnu')
| -rw-r--r-- | plot.gnu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ set arrow from graph 0, first vwh_keff to graph 1, first vwh_keff nohead front l set object 1 rectangle from graph 0, first exp_mpm to graph 1, first exp_ppm back fc rgb "red" fillstyle pattern 4 noborder set object 2 rectangle from graph 0, first vwh_mpm to graph 1, first vwh_ppm back fc rgb "blue" fillstyle pattern 4 noborder -set yrange [1.06:1.1] +set yrange [1.06:1.3] set format y "%.5f" set style fill pattern 4 noborder |
