Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Documentation Link
https://matplotlib.org/devdocs/
Problem
Our install instructions say to install from conda, but conda's version of matplotlib isn't always the latest. For example:
But this won't work because the latest version of matplotlib on conda is3.5.3, which is not obvious unless you know to look at the page.
Suggested improvement
Maybe we should change it toconda install -c conda-forge matplotlib
since we can ensure that will work?