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:
@@ -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
4
demos/plotutils/readme
Normal 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`.
|
||||
Reference in New Issue
Block a user