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

Skip to content

Commit dc22c4c

Browse files
committed
Remove references to scipy cookbook.
... which is extremely outdated. We could consider importing interesting parts of the scipy cookbook into our gallery later.
1 parent 3c67db3 commit dc22c4c

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)