mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
Update README.md
This commit is contained in:
parent
46fce925d3
commit
c4b27faedb
@ -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:<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.
|
||||
# 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/)
|
||||
[Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/)
|
||||
|
Loading…
Reference in New Issue
Block a user