Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
89 lines (89 loc) · 2.72 KB

File metadata and controls

89 lines (89 loc) · 2.72 KB
NameAboutLabelsAssignees
Bug ReportReport a bug or issue with Matplotlib.

Describe the bug in 1-2 short sentences

If possible, please provide a minimum self-contained example. If you have used generative AI as an aid see https://matplotlib.org/devdocs/devel/contribute.html#restrictions-on-generative-ai-usage

Paste the output produced by the code provided above, e.g. console output, images/videos produced by the code, any relevant screenshots/screencasts, etc.

Describe (or provide a visual example of) the expected outcome from the code snippet.

  • What are the conditions under which this bug happens? input parameters, edge cases, etc?
  • Has this worked in earlier versions?
  • Do you know why this bug is happening?
  • Do you maybe even know a fix?

Windows, OS/X, Arch, Debian, Ubuntu, etc.

From Python prompt: import matplotlib; print(matplotlib.__version__)

From Python prompt: import matplotlib; print(matplotlib.get_backend())

In console: python --version

In console: jupyter notebook --version or jupyter lab --version

How did you install matplotlib?