diff --git a/pyqtgraph/imageview/ImageView.py b/pyqtgraph/imageview/ImageView.py index 6832f316..59d1863d 100644 --- a/pyqtgraph/imageview/ImageView.py +++ b/pyqtgraph/imageview/ImageView.py @@ -723,8 +723,8 @@ class ImageView(QtGui.QWidget): self.ui.histogram.gradient.setColorMap(colormap) def setPredefinedGradient(self, name): - """Set one of the gradients defined in :class:`GradientEditorItem ` - Currently defined gradients are: 'thermal', 'flame', 'yellowy', 'bipolar', - 'spectrum', 'cyclic', 'greyclip', and 'grey'. + """Set one of the gradients defined in :class:`GradientEditorItem `. + For list of available gradients see :func:`GradientEditorItem.loadPreset() `. + """ self.ui.histogram.gradient.loadPreset(name)