File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/source/api_reference/graphicsItems Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ The following guidance should be observed if performance is an important factor
60
60
* For 4-channel data, use `uint8 ` or `uint16 ` with :python: `levels=None `.
61
61
* ``levels `` should be set to either to ``None `` or to single channel ``[min, max] ``
62
62
63
- * Not setting ``levels `` will trigger autoLevels sampling
63
+ * Not setting ``levels `` will trigger autoLevels sampling
64
64
65
65
* If using LUTs (lookup tables), ensure they have a dtype of `uint8 ` and have 256
66
- points or less, and that . That can be accomplished with calling:
66
+ points or less. That can be accomplished with calling:
67
67
68
68
* :func: `ImageItem.setColorMap <pyqtgraph.ImageItem.setColorMap> ` or
69
69
* :func: `ImageItem.setLookupTable <pyqtgraph.ImageItem.setLookupTable> ` with
You can’t perform that action at this time.
0 commit comments