summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-31 19:10:47 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-31 19:10:47 +0200
commit4883d50a4cf9dd31764db5c7c7c1ec6a377a63e4 (patch)
tree0514f95ef9bee60ea0f1ad1c650f062f449f6c1e
parentc172ba91228a8d4f5275f3e5a24e3462b906b2bc (diff)
Add full-escape screenshot
-rw-r--r--README.md11
-rw-r--r--README.template.md11
-rw-r--r--docs/bar_chart_full_escape.pngbin0 -> 108008 bytes
3 files changed, 16 insertions, 6 deletions
diff --git a/README.md b/README.md
index ca2959a..692a1da 100644
--- a/README.md
+++ b/README.md
@@ -407,9 +407,14 @@ $ cat examples/sin.csv | jp -input csv -xy '[*][0,1]'
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)
+![Scatter plot](docs/scatter_plot.png)
+
+![Bar chart](docs/bar_chart.png)
+
+![Bar chart](docs/bar_chart_full_escape.png)
+
+![Line chart](docs/line_chart.png)
+
## Licensing
diff --git a/README.template.md b/README.template.md
index 1d3552b..ad8b0cb 100644
--- a/README.template.md
+++ b/README.template.md
@@ -407,9 +407,14 @@ $ cat examples/sin.csv | jp -input csv -xy '[*][0,1]'
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)
+![Scatter plot](docs/scatter_plot.png)
+
+![Bar chart](docs/bar_chart.png)
+
+![Bar chart](docs/bar_chart_full_escape.png)
+
+![Line chart](docs/line_chart.png)
+
## Licensing
diff --git a/docs/bar_chart_full_escape.png b/docs/bar_chart_full_escape.png
new file mode 100644
index 0000000..adb62ff
--- /dev/null
+++ b/docs/bar_chart_full_escape.png
Binary files differ