From dfdc384bd56d5645fc242d35b7d2b4cba39c5313 Mon Sep 17 00:00:00 2001 From: erentar Date: Fri, 21 Jun 2024 12:42:45 +0200 Subject: [PATCH] Changes to accommodate repo owner requests --- demos/{ => plotutils}/plot.sh | 3 ++- demos/plotutils/readme | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) rename demos/{ => plotutils}/plot.sh (90%) create mode 100644 demos/plotutils/readme diff --git a/demos/plot.sh b/demos/plotutils/plot.sh similarity index 90% rename from demos/plot.sh rename to demos/plotutils/plot.sh index e33679b..740ab59 100755 --- a/demos/plot.sh +++ b/demos/plotutils/plot.sh @@ -4,8 +4,9 @@ # This script plots certain properties of elements on the periodic table # Dependency: gnu plotutils https://pkgs.org/search/?q=plotutils +# This package can be installed by running `apt install plotutils` on debian and its derivatives -# To display the plot, use ./tek4010 demos/plot.sh +# To display the plot, use ./tek4010 demos/plotuils/plot.sh # From top to bottom: # - curl: download the periodic table data diff --git a/demos/plotutils/readme b/demos/plotutils/readme new file mode 100644 index 0000000..f0718fe --- /dev/null +++ b/demos/plotutils/readme @@ -0,0 +1,4 @@ +This directory contains a plot demo using GNU plotutils. + +GNU plotutils is available on most linux distributions as `plotutils`. +On Raspberry Pi OS and other Debian derivatives, this package can be installed by `apt install plotutils`.