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 check that you have provided
2
-
the information below.
2
+
the information that corresponds to the type of issue that you are submitting. You can feel free to delete the sections that do not apply to your issue.
3
+
4
+
###Bug report
5
+
6
+
**Bug summary**
7
+
8
+
-[ ] A short 1-2 sentences that succinctly describes the bug
9
+
10
+
**Code for reproduction**
11
+
12
+
-[ ] A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required
13
+
14
+
```python
15
+
# Paste your code here
16
+
#
17
+
#
18
+
```
19
+
20
+
**Actual outcome**
21
+
22
+
-[ ] The output produced by the above code, which may be a screenshot, console output, etc.
23
+
24
+
```
25
+
# If applicable, paste the console output here
26
+
#
27
+
#
28
+
```
29
+
30
+
**Expected outcome**
31
+
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
34
+
35
+
**Matplotlib version**
3
36
4
37
-[ ] Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
5
38
-[ ] How did you install Matplotlib and Python (pip, anaconda, from source ...)
6
-
-[ ] If possible please supply a [Short, Self Contained, Correct, Example](http://sscce.org/)
7
-
that demonstrates the issue i.e a small piece of code which reproduces the issue
8
-
and can be run with out any other (or as few as possible) external dependencies.
9
-
-[ ] If this is an image generation bug attach a screenshot demonstrating the issue.
10
-
-[ ] If this is a regression (Used to work in an earlier version of Matplotlib), please
0 commit comments