From eb2bbb7721d8918e11fb44fb8fb765be9c59389b Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 13 Dec 2020 00:27:33 +0900 Subject: [PATCH] Test README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df5fab0..38aec33 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ gem install youplot ### barplot ```sh - +curl -sL https://git.io/ISLANDScsv \ +| sort -nk2 -t, \ +| tail \ +| uplot bar -d, -t "Areas of the World's Major Landmasses" ``` ### histogram @@ -68,6 +71,7 @@ curl -sL https://git.io/YouPlotIris \ ### count ```sh +curl -sL https://git.io/TITANICcsv \ ```