summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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