matplotlib / matplotlib Public
master
Commits on Sep 30, 2021
-
Merge pull request #21223 from timhoffm/nav-usage-guide
Fix nav link for "Usage guide" and remove release/date info from that page
Commits on Sep 29, 2021
-
Fix nav link for "Usage guide" and remove release/date info from that…
… page The release and date are already shown on the new top-level contents page.
-
Merge pull request #21211 from isha614/patch-1
DOC: Add links to intro videos
-
Co-authored-by: Aitik Gupta <aitikgupta@gmail.com>
-
Merge pull request #21218 from anntzer/mp
Parametrize/simplify test_missing_psfont.
-
Merge pull request #21216 from liamtoney/patch-1
DOC: Use correct confidence interval in example prose
-
Merge pull request #21213 from anntzer/make_image
DOC: Compress comments in make_image.
-
-
Compress comments in make_image.
make_image is a huge function; shorten it (in physical screen space) a bit by rewriting/rewrapping some comments, and a few small stylistic changes.
-
Change other place where incorrect value appears
Missed this one somehow...
-
Merge pull request #21215 from anntzer/spec
Fix more edge cases in psd, csd.
Commits on Sep 28, 2021
-
Fix more edge cases in psd, csd.
intervaly would not be ordered if the yaxis is inverted; get_ybound() is always ordered. Fix that, add a test, and also test the full-zero input case recently fixed.
-
-
Merge pull request #21191 from anntzer/spec
Fix very-edge case in csd(), plus small additional cleanups.
-
Merge pull request #21188 from anntzer/backenddocheaders
Rework headers for individual backend docs.
-
Merge pull request #21203 from timhoffm/plot-types-quiver
Rework plot types quiver
Commits on Sep 27, 2021
-
Fix very-edge case in csd(), plus small additional cleanups.
Previously, `csd([0, 0], [0, 0])` would fail with a ZeroDivisionError when computing yticks. Fix that by copying the logic from psd, and streamlining it in both places. Also fix an unformatted exception message in specgram.
-
Rework headers for individual backend docs.
Previously, the first header would be used in the ToC/sidebar, resulting e.g. in a "matplotlib.backends.backend_gtk3agg" entry even though the page documents both backend_gtk3agg and backend_gtk3cairo. Instead, merge the titles, and also get rid of the common "matplotlib.backends" prefix (the individual API doc entries keep the fully qualified name anyways). Also fix the qt docs: the canonical version is now at qtagg/qtcairo, not qt5agg/qt5cairo.
-
Merge pull request #21187 from anntzer/error_msg
MNT: Deprecate error_msg_foo helpers.
-
Merge pull request #21198 from fishmandev/patch-2
DOC: add missing 'are'
-
-
While quiver can be used on individual points, the most common use case is gridded data. We should use the common use case as the example. Another reason is that, `quiver()` is assigned to the arrays category in plot types.
-
-
Merge pull request #21026 from dstansby/contourf-3d
Place 3D contourf patches between levels
-
-
Merge pull request #21186 from MalikIdreesHasanKhan/master
Fixed typos using codespell. (previous pull request was told not to change the agg files)
-
Merge pull request #21190 from anntzer/sw
Deprecate mlab.stride_windows.
-
-
Merge pull request #21192 from anntzer/ext
Discourage making style changes to extern/.
-
-
Merge pull request #21193 from anntzer/cont
Update contributing guide.