Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ea470e

Browse files
authored
Merge pull request #10355 from anntzer/typo
Fix typo in tutorial; & change mention of Qt4 to Qt5 (new default).
2 parents 5a58d8d + ea9d974 commit 1ea470e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/introductory/images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
notebook. This has important implications for interactivity. For inline plotting, commands in
3333
cells below the cell that outputs a plot will not affect the plot. For example,
3434
changing the color map is not possible from cells below the cell that creates a plot.
35-
However, for other backends, such as qt4, that open a separate window,
35+
However, for other backends, such as Qt5, that open a separate window,
3636
cells below those that create the plot will change the plot - it is a
3737
live object in memory.
3838
@@ -266,7 +266,7 @@
266266
imgplot = plt.imshow(img, interpolation="nearest")
267267

268268
###############################################################################
269-
# and bucibic:
269+
# and bicubic:
270270

271271
imgplot = plt.imshow(img, interpolation="bicubic")
272272

0 commit comments

Comments
 (0)