From 6ebc707c51e3a5146fcead188f575a1f08b932a5 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 12 Oct 2020 14:04:36 +0900 Subject: [PATCH] Add images to README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47e1c63..640bdaf 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,20 @@ ruby -r numo/narray -e "puts Numo::DFloat.new(1000).rand_norm.to_a" \ + + **scatter** -```sh -wget https://raw.githubusercontent.com/uiuc-cse/data-fa14/gh-pages/data/iris.csv -qO - \ - | cut -f1-4 -d, \ - | uplot scatter -H -d, -t IRIS -m 10 -``` + + +**line** + + + +**box** + + + ## Development