summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--README.template.md4
-rw-r--r--docs/sin.pngbin0 -> 93348 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ff69182..021b2f8 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ Dead simple terminal plots from JSON (or CSV) data. Bar charts, line charts, sca
[![Build Status](https://travis-ci.org/sgreben/jp.svg?branch=master)](https://travis-ci.org/sgreben/jp)
+![Screenshot](docs/sin.png)
+
<!-- TOC -->
- [Get it](#get-it)
@@ -405,8 +407,6 @@ $ cat examples/sin.csv | jp -input csv -xy '[*][0,1]'
## 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)
diff --git a/README.template.md b/README.template.md
index 6874cff..109c09e 100644
--- a/README.template.md
+++ b/README.template.md
@@ -4,6 +4,8 @@ Dead simple terminal plots from JSON (or CSV) data. Bar charts, line charts, sca
[![Build Status](https://travis-ci.org/sgreben/jp.svg?branch=master)](https://travis-ci.org/sgreben/jp)
+![Screenshot](docs/sin.png)
+
<!-- TOC -->
- [Get it](#get-it)
@@ -405,8 +407,6 @@ $ cat examples/sin.csv | jp -input csv -xy '[*][0,1]'
## 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)
diff --git a/docs/sin.png b/docs/sin.png
new file mode 100644
index 0000000..8481ca3
--- /dev/null
+++ b/docs/sin.png
Binary files differ