Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiengdoh authored Apr 24, 2023
1 parent 71dcd34 commit 70a67e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ $x_0 = 100.0$

$y_0 = 15.0$

**Output Result**

Output result file [lv-res.dat](/src/lv-res.dat) is included here for reference.

# Plotting the Result
[gnuplot](http://www.gnuplot.info/) is used for plotting the result obtained from the simulation. After the result is obtained, gnuplot is set to output in svg and also in png. The svg files are given below, while you can also look for png files in [images](/images) directory.

Expand All @@ -81,6 +85,8 @@ set output "rk2.svg"
plot "lv-res.dat" using 2:3 w l lw 3 lc rgb '#0060ad' title ""
```

This setting file is included as a shell script file [xy_svg.sh](/src/xy_svg.sh)

**[X],[Y] vs Time (t) plot**

![X,Y Vs Time Plot](/images/rk.svg)
Expand Down

0 comments on commit 70a67e0

Please sign in to comment.