From 91605626fbe5c1a8cf8b01307dcf81a7ae11727b Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 12 Dec 2020 23:08:49 +0900 Subject: [PATCH] Test README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b0d51f5..13c12ef 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ echo -e "from numpy import random;" \ ### lineplot ```sh -# CSV curl -sL https://git.io/AirPassengers \ | cut -f2,3 -d, \ | uplot line -d, -w 50 -h 15 -t AirPassengers --xlim 1950,1960 --ylim 0,600 @@ -45,8 +44,7 @@ curl -sL https://git.io/AirPassengers \ ### scatter ```sh -# TSV -curl -sL https://git.io/YouPlotIris \ # TSV +curl -sL https://git.io/YouPlotIris \ | cut -f1-4 \ | uplot scatter -H -t IRIS ```