1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-08 22:30:45 +00:00

Changes to accommodate repo owner requests

This commit is contained in:
erentar
2024-06-21 12:42:45 +02:00
parent fc9fc4022f
commit dfdc384bd5
2 changed files with 6 additions and 1 deletions

View File

@@ -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

4
demos/plotutils/readme Normal file
View File

@@ -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`.