From c4b27faedb51b37be6cd7d2d1a29867d65e6e8e3 Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Wed, 28 Nov 2018 23:14:44 +0100 Subject: [PATCH] Update README.md --- test/jkqtplotter_simpletest_imageplot/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/jkqtplotter_simpletest_imageplot/README.md b/test/jkqtplotter_simpletest_imageplot/README.md index 0ebaee1f97..5514e2eab2 100644 --- a/test/jkqtplotter_simpletest_imageplot/README.md +++ b/test/jkqtplotter_simpletest_imageplot/README.md @@ -118,7 +118,7 @@ The result looks like this: ![jkqtplotter_simpletest_imageplot](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot.png) There are several ways to modify the plot: - # You can set the color scale manually (here 0..2), by using + 1. You can set the color scale manually (here 0..2), by using ``` graph->set_autoImageRange(false); graph->set_imageMin(0); @@ -131,7 +131,7 @@ There are several ways to modify the plot: from above. The result will look like this:
![jkqtplotter_simpletest_imageplot__scale02](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot__scale02.png)
Note how the color scale is not used completely, because data really only scales between 0 and 1. - # If you set the color-range to 0.1 .. 0.8 with + 2. If you set the color-range to 0.1 .. 0.8 with ``` graph->set_autoImageRange(false); graph->set_imageMin(0.1); @@ -149,4 +149,4 @@ There are several ways to modify the plot: . -[Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/) \ No newline at end of file +[Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/)