From 8bbfe37436dfd7d4a2ab3701a6234d8d0e8644a3 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Thu, 16 May 2019 21:32:44 +0200 Subject: [PATCH] minor changes to doc --- examples/simpletest_datastore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simpletest_datastore/README.md b/examples/simpletest_datastore/README.md index c9eacc0a92..0b46dbd4cb 100644 --- a/examples/simpletest_datastore/README.md +++ b/examples/simpletest_datastore/README.md @@ -275,7 +275,7 @@ Then you can plot these as a parametrized scatter graph (`JKQTPXYParametrizedSca imggraph->setHeight(1.5); imggraph->setTitle(QObject::tr("imgColumn")); ``` -The result will look like this: +The result will look like this (`JKQTPXYParametrizedScatterGraph` on the left and `JKQTPColumnMathImage` on the right): ![simpletest_datastore_image](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/simpletest_datastore_image.png)