@@ -14,7 +14,8 @@ Submitting a bug report
14
14
15
15
If you find a bug in the code or documentation, do not hesitate to submit a
16
16
ticket to the
17
- `Bug Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are also welcome to post feature requests or pull requests.
17
+ `Bug Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are also
18
+ welcome to post feature requests or pull requests.
18
19
19
20
If you are reporting a bug, please do your best to include the following:
20
21
@@ -29,8 +30,8 @@ If you are reporting a bug, please do your best to include the following:
29
30
30
31
4. The expected outcome of the code snippet
31
32
32
- 5. The Matplotlib version, Python version and platform that you are using. You can grab the
33
- version with the following commands::
33
+ 5. The Matplotlib version, Python version and platform that you are using. You
34
+ can grab the version with the following commands::
34
35
35
36
>>> import matplotlib
36
37
>>> matplotlib.__version__
@@ -39,7 +40,8 @@ If you are reporting a bug, please do your best to include the following:
39
40
>>> platform.python_version()
40
41
'2.7.12'
41
42
42
- We have preloaded the issue creation page with a Markdown template that you can use to organize this information.
43
+ We have preloaded the issue creation page with a Markdown template that you can
44
+ use to organize this information.
43
45
44
46
Thank you for your help in keeping bug reports complete, targeted and descriptive.
45
47
0 commit comments