summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-28 23:19:24 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-28 23:19:24 +0200
commit5d032864a7a84dc3199b54e6216b718d6902d40a (patch)
treefaf362df5505cb681e3775243bee403230f03a00
parent13650098bccc6981a5626a35eada23f83ba9034e (diff)
Update README.md
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 184d6e1..9cc8738 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@ Dead simple terminal plots from JSON (or CSV) data. Bar charts, line charts, and
- [Get it](#get-it)
- [Use it](#use-it)
- [Examples](#examples)
- - [Screenshots](#screenshots)
- [Bar chart](#bar-chart)
- [Separate X and Y values](#separate-x-and-y-values)
- [XY pairs](#xy-pairs)
@@ -21,6 +20,7 @@ Dead simple terminal plots from JSON (or CSV) data. Bar charts, line charts, and
- [Y values only (X=index)](#y-values-only-xindex-1)
- [Scatter plot](#scatter-plot)
- [CSV input](#csv-input)
+- [Screenshots](#screenshots)
<!-- /TOC -->
@@ -72,14 +72,6 @@ Usage of jp:
## Examples
-### Screenshots
-
-In case you're on mobile, here's some PNGs of what `jp` output looks like:
-
-- ![Scatter plot](docs/scatter_plot.png)
-- ![Bar chart](docs/bar_chart.png)
-- ![Line chart](docs/line_chart.png)
-
### Bar chart
#### Separate X and Y values
@@ -304,4 +296,12 @@ $ cat examples/sin.csv | jp -input csv -xy '[*][0,1]'
│ ▀▀▄▄▄▞▀▘
-1.059955└─────────────────────────────────────────────────────────────────────
0 9.95
-``` \ No newline at end of file
+```
+
+## Screenshots
+
+In case you're on mobile, here's some PNGs of what `jp` output looks like:
+
+- ![Scatter plot](docs/scatter_plot.png)
+- ![Bar chart](docs/bar_chart.png)
+- ![Line chart](docs/line_chart.png)