8000 Improve "Report a problem" to "Getting help" by mdboom · Pull Request #1403 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions doc/faq/troubleshooting_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,22 @@ environment variable -- see

.. _reporting-problems:

Report a problem
================
Getting help
============

If you are having a problem with matplotlib, search the mailing
lists first: there's a good chance someone else has already run into
your problem.
There are a number of good resources for getting help with matplotlib.
There is a good chance your question has already been asked:

If not, please provide the following information in your e-mail to the
- The `mailing list
<http://sourceforge.net/search/?group_id=80706&type_of_search=mlists>`_.

- `Github issues <https://github.com/matplotlib/matplotlib/issues>`_.

- Stackoverflow questions tagged `matplotlib
<http://stackoverflow.com/questions/tagged/matplotlib>`_.

If you are unable to find an answer to your question through search,
please provide the following information in your e-mail to the
`mailing list
<http://lists.sourceforge.net/mailman/listinfo/matplotlib-users>`_:

Expand Down
0