matplotlib icon indicating copy to clipboard operation
matplotlib copied to clipboard

matplotlib: plotting with Python

Results 727 matplotlib issues
Sort by recently updated
recently updated
newest added

## PR Summary Currently: ![grid-cur](https://user-images.githubusercontent.com/34467/183974846-b119d09d-825c-4709-8963-c0556d99e57e.png) Proposed: ![grid-fix](https://user-images.githubusercontent.com/34467/183974848-ccf8a934-8645-4868-8955-d55c2f3cf9bc.png) ## PR Checklist **Tests and Styling** - [ ] Has pytest style unit tests (and `pytest` passes). - [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/)...

API: default changes
topic: styles

## PR Summary Trying to reopen #21006, including fix for theta error bars. I had to squash original contribution from @dstansby to pass through `PR cleanliness`, if there is any...

New feature
topic: polar

### Documentation Link https://matplotlib.org/devdocs/gallery/style_sheets/style_sheets_reference.html ### Problem The only style sheet examples that show the default grid color in that style are the styles that turn grids on by default. I...

Documentation
Good first issue
topic: styles

## PR Summary By using `subfigures`, the new support for `height_ratios`/`width_ratios` directly in `subplots`, or just using `subplots`. ## PR Checklist **Tests and Styling** - [n/a] Has pytest style unit...

Documentation

## PR Summary This is a rebase of #20804 and ##20832, given that there was not a lot of discussion on either PR, I am making a new PR rather...

backend/ps
backend/pdf
topic: text/fonts

## PR Summary Adds documentation showing azimuth and elevation angles needed to look at the primary planes in 3d plots. Fulfills some of the needs of https://github.com/matplotlib/matplotlib/issues/23544, resulting views are...

### Problem In matlab, you can right-click on a 3D plot and a context menu pops up that gives you the option to 'Go to X-Y view', 'Go to X-Z...

New feature
topic: mplot3d

### Problem There are a lot of proposed styles on https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html but most of them are light theme: a single dark theme exists against almost 30 light, and let's be...

New feature
topic: styles

## PR Summary #23580 - cbook/__init__.py - modified safe_first_element() to obtain the first non-None element - test_cbook.py - added a test for safe_first_element() ## PR Checklist **Tests and Styling** -...

## PR Summary https://github.com/matplotlib/matplotlib/pull/23584#discussion_r941803484 Also, inkscape and the extra test dependencies are added to OSX so the number of skipped tests is drastically decreased. `ffmpeg` can be installed, but is...

topic: testing