Update README.md

This commit is contained in:
Jan W. Krieger 2018-11-28 23:14:44 +01:00 committed by GitHub
parent 46fce925d3
commit c4b27faedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ The result looks like this:
![jkqtplotter_simpletest_imageplot](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot.png) ![jkqtplotter_simpletest_imageplot](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot.png)
There are several ways to modify the plot: 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_autoImageRange(false);
graph->set_imageMin(0); graph->set_imageMin(0);
@ -131,7 +131,7 @@ There are several ways to modify the plot:
from above. The result will look like this:<br> from above. The result will look like this:<br>
![jkqtplotter_simpletest_imageplot__scale02](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot__scale02.png)<br> ![jkqtplotter_simpletest_imageplot__scale02](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot__scale02.png)<br>
Note how the color scale is not used completely, because data really only scales between 0 and 1. 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_autoImageRange(false);
graph->set_imageMin(0.1); 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/) [Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/)