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
6060* For 4-channel data, use `uint8 ` or `uint16 ` with :python: `levels=None `.
6161* ``levels `` should be set to either to ``None `` or to single channel ``[min, max] ``
6262
63- * Not setting ``levels `` will trigger autoLevels sampling
63+ * Not setting ``levels `` will trigger autoLevels sampling
6464
6565* 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:
6767
6868 * :func: `ImageItem.setColorMap <pyqtgraph.ImageItem.setColorMap> ` or
6969 * :func: `ImageItem.setLookupTable <pyqtgraph.ImageItem.setLookupTable> ` with
You can’t perform that action at this time.
0 commit comments