8000 Merge pull request #15979 from anntzer/uncook · matplotlib/matplotlib@612aa5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 612aa5c

Browse files
authored
Merge pull request #15979 from anntzer/uncook
DOC: Remove references to scipy cookbook.
2 parents 3c67db3 + dc22c4c commit 612aa5c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

doc/users/event_handling.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,12 @@ Here is the solution::
241241
plt.show()
242242

243243

244-
**Extra credit**: use the animation blit techniques discussed in the
245-
`animations recipe
246-
<https://scipy-cookbook.readthedocs.io/items/Matplotlib_Animations.html>`_ to
247-
make the animated drawing faster and smoother.
244+
**Extra credit**: Use blitting to make the animated drawing faster and
245+
smoother.
248246

249247
Extra credit solution::
250248

251-
# draggable rectangle with the animation blit techniques; see
252-
# http://www.scipy.org/Cookbook/Matplotlib/Animations
249+
# Draggable rectangle with blitting.
253250
import numpy as np
254251
import matplotlib.pyplot as plt
255252

matplotlibrc.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@
276276
## ***************************************************************************
277277
## * LaTeX *
278278
## ***************************************************************************
279-
## See following links for more information on LaTex properties:
279+
## For more information on LaTex properties, see
280280
## https://matplotlib.org/tutorials/text/usetex.html
281-
## https://scipy-cookbook.readthedocs.io/items/idx_matplotlib_typesetting.html
282281
#text.usetex : False ## use latex for all text handling. The following fonts
283282
## are supported through the usual rc parameter settings:
284283
## new century schoolbook, bookman, times, palatino,

0 commit comments

Comments
 (0)
0