You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help us understand and resolve your issue, please fill out the form to the best of your ability. You can feel free to delete the sections that do not apply.
1
+
<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.-->
2
+
<!--You can feel free to delete the sections that do not apply.-->
2
3
3
4
### Bug report
4
5
5
6
**Bug summary**
6
7
7
-
-A short 1-2 sentences that succinctly describes the bug
8
+
<!--A short 1-2 sentences that succinctly describes the bug-->
8
9
9
10
**Code for reproduction**
10
11
11
-
-A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required
12
+
<!--A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required-->
12
13
13
14
```python
14
15
# Paste your code here
@@ -18,7 +19,7 @@ To help us understand and resolve your issue, please fill out the form to the be
18
19
19
20
**Actual outcome**
20
21
21
-
-The output produced by the above code, which may be a screenshot, console output, etc.
22
+
<!--The output produced by the above code, which may be a screenshot, console output, etc.-->
22
23
23
24
```
24
25
# If applicable, paste the console output here
@@ -28,11 +29,17 @@ To help us understand and resolve your issue, please fill out the form to the be
28
29
29
30
**Expected outcome**
30
31
31
-
-A description of the expected outcome from the code snippet
32
-
-If this used to work in an earlier version of Matplotlib, please note the version it used to work on
32
+
<!--A description of the expected outcome from the code snippet-->
33
+
<!--If this used to work in an earlier version of Matplotlib, please note the version it used to work on-->
33
34
34
35
**Matplotlib version**
35
-
36
-
- Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
37
-
- How did you install Matplotlib and Python (pip, anaconda, from source ...)
36
+
<!--Please specify your platform and versions of the relevant libraries you are using:-->
37
+
* Operating System:
38
+
* Matplotlib Version:
39
+
* Python Version:
40
+
* Jupyter Version (if applicable):
41
+
* Other Libraries:
42
+
43
+
<!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda-->
44
+
<!--If you installed from conda, please specify which channel you used if not the default-->
0 commit comments