Skip to content

Commit

Permalink
Add comment to gnuplot files
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmb committed Apr 3, 2020
1 parent acb158b commit 441f77a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plotcases.g
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/gnuplot -persist
#
# Plot number of new cases as function of accumulated cases.
# NOTE: Plot command, labels and arrows might have to be manually adjusted
#
#
# G N U P L O T
# Version 5.2 patchlevel 8 last modified 2019-12-01
Expand All @@ -12,6 +15,8 @@
# immediate help: type "help" (plot window: hit 'h')
# set terminal qt 0 font "Sans,9"
# set output


date="`date -I`"
unset clip points
set clip one
Expand Down
2 changes: 2 additions & 0 deletions plotdec.g
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/gnuplot -persist
#
# Plot number of new deaths as function of accumulated cases.
# NOTE: Plot command, labels and arrows might have to be manually adjusted
#
# G N U P L O T
# Version 5.2 patchlevel 8 last modified 2019-12-01
Expand Down

0 comments on commit 441f77a

Please sign in to comment.