Skip to content

Commit 15d683b

Browse files
authored
docs: fix typo in setImage docstring and correct PR description axis orientation
1 parent 4837e42 commit 15d683b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plottr/plot/pyqtgraph/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def clearPlot(self) -> None:
102102
def setImage(self, x: np.ndarray, y: np.ndarray, z: np.ndarray) -> None:
103103
"""Set data to be plotted as image.
104104
105-
Clears the plot before creating a new image item that gets places in the
105+
Clears the plot before creating a new image item that gets placed in the
106106
plot and linked to the colorscale.
107107
108108
:param x: x coordinates (as 2D meshgrid)

0 commit comments

Comments
 (0)