8000 Fix typo in tutorial; & change mention of Qt4 to Qt5 (new default). · matplotlib/matplotlib@ea9d974 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea9d974

Browse files
committed
Fix typo in tutorial; & change mention of Qt4 to Qt5 (new default).
1 parent 482bde0 commit ea9d974

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)
0