diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-06-01 17:27:42 +0200 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-06-01 17:27:42 +0200 |
commit | f894d4ea34045c97aea2fc0853696431797d9f81 (patch) | |
tree | 9944b00353ba33db0eaf3863c740dc40d323e5e3 /src/f1_original.gnuplot | |
parent | 6ff1d92bbb5c6860eb17b7922728835021aad8f9 (diff) | |
download | fortran-assignment2-f894d4ea34045c97aea2fc0853696431797d9f81.tar.gz fortran-assignment2-f894d4ea34045c97aea2fc0853696431797d9f81.zip |
plot original function
Diffstat (limited to 'src/f1_original.gnuplot')
-rw-r--r-- | src/f1_original.gnuplot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/f1_original.gnuplot b/src/f1_original.gnuplot new file mode 100644 index 0000000..c0ecba8 --- /dev/null +++ b/src/f1_original.gnuplot @@ -0,0 +1,4 @@ +set terminal png size 1440, 900 +set output 'res/f1_original.png' +set xrange [0:0.15] +plot 'res/f1_original.txt' title 'original' with lines
\ No newline at end of file |