Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Closed
Labels
Milestone
Description
Problem
The image tutorial begins with a discussion of backends and suggests the use of the%matplotlib inline backend in notebooks.
https://matplotlib.org/stable/tutorials/introductory/images.html
This is out of place as people will be coming to the tutorial to learn about images, not about backends which are covered elsewhere. This also seems to be the only introductory tutorial with this discussion.
Suggested Improvement
Remove the discussion of backends. Or at least point people to one of the interactive backends