Skip to content

Commit

Permalink
...forgot to finish editing sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
j9ac9k committed May 19, 2024
1 parent ae5e91b commit 0021cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/api_reference/graphicsItems/imageitem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ The following guidance should be observed if performance is an important factor
* For 4-channel data, use `uint8` or `uint16` with :python:`levels=None`.
* ``levels`` should be set to either to ``None`` or to single channel ``[min, max]``

* Not setting ``levels`` will trigger autoLevels sampling
* Not setting ``levels`` will trigger autoLevels sampling

* If using LUTs (lookup tables), ensure they have a dtype of `uint8` and have 256
points or less, and that. That can be accomplished with calling:
points or less. That can be accomplished with calling:

* :func:`ImageItem.setColorMap <pyqtgraph.ImageItem.setColorMap>` or
* :func:`ImageItem.setLookupTable <pyqtgraph.ImageItem.setLookupTable>` with
Expand Down

0 comments on commit 0021cb7

Please sign in to comment.