-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy pathswitcher.json
More file actions
32 lines (32 loc) · 688 Bytes
/
switcher.json
File metadata and controls
32 lines (32 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"name": "3.6.3 (stable)",
"version": "stable",
"url": "https://matplotlib.org/stable/"
},
{
"name": "3.7 (dev)",
"version": "dev",
"url": "https://matplotlib.org/devdocs/"
},
{
"name": "3.5",
"version": "3.5.3",
"url": "https://matplotlib.org/3.5.3/"
},
{
"name": "3.4",
"version": "3.4.3",
"url": "https://matplotlib.org/3.4.3/"
},
{
"name": "3.3",
"version": "3.3.4",
"url": "https://matplotlib.org/3.3.4/"
},
{
"name": "2.2",
"version": "2.2.4",
"url": "https://matplotlib.org/2.2.4/"
}
]