Skip to content
Permalink
master

Commits on Sep 30, 2021

  1. Merge pull request #21223 from timhoffm/nav-usage-guide

    Fix nav link for "Usage guide" and remove release/date info from that page
    QuLogic committed Sep 30, 2021

Commits on Sep 29, 2021

  1. 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.
    timhoffm committed Sep 29, 2021
  2. Merge pull request #21211 from isha614/patch-1

    DOC: Add links to intro videos
    tacaswell committed Sep 29, 2021
  3. Fix typo

    Co-authored-by: Aitik Gupta <aitikgupta@gmail.com>
    tacaswell and aitikgupta committed Sep 29, 2021
  4. Merge pull request #21218 from anntzer/mp

    Parametrize/simplify test_missing_psfont.
    timhoffm committed Sep 29, 2021
  5. Merge pull request #21216 from liamtoney/patch-1

    DOC: Use correct confidence interval in example prose
    tacaswell committed Sep 29, 2021
  6. Merge pull request #21213 from anntzer/make_image

    DOC: Compress comments in make_image.
    tacaswell committed Sep 29, 2021
  7. 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.
    anntzer committed Sep 29, 2021
  8. Change other place where incorrect value appears

    Missed this one somehow...
    liamtoney committed Sep 29, 2021
  9. Merge pull request #21215 from anntzer/spec

    Fix more edge cases in psd, csd.
    QuLogic committed Sep 29, 2021

Commits on Sep 28, 2021

  1. 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.
    anntzer committed Sep 28, 2021
  2. updated resources

    isha614 committed Sep 28, 2021
  3. Merge pull request #21191 from anntzer/spec

    Fix very-edge case in csd(), plus small additional cleanups.
    QuLogic committed Sep 28, 2021
  4. Merge pull request #21188 from anntzer/backenddocheaders

    Rework headers for individual backend docs.
    QuLogic committed Sep 28, 2021
  5. Merge pull request #21203 from timhoffm/plot-types-quiver

    Rework plot types quiver
    QuLogic committed Sep 28, 2021

Commits on Sep 27, 2021

  1. 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.
    anntzer committed Sep 27, 2021
  2. 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.
    anntzer committed Sep 27, 2021
  3. Merge pull request #21187 from anntzer/error_msg

    MNT: Deprecate error_msg_foo helpers.
    tacaswell committed Sep 27, 2021
  4. Merge pull request #21198 from fishmandev/patch-2

    DOC: add missing 'are'
    tacaswell committed Sep 27, 2021
  5. Rework plot types quiver

    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.
    timhoffm committed Sep 27, 2021
  6. Update fonts.rst (#21196)

    * Update fonts.rst
    
    * Update fonts.rst
    fishmandev committed Sep 27, 2021
  7. Merge pull request #21026 from dstansby/contourf-3d

    Place 3D contourf patches between levels
    timhoffm committed Sep 27, 2021
  8. Update coding_guide.rst

    fishmandev committed Sep 27, 2021
  9. Merge pull request #21186 from MalikIdreesHasanKhan/master

    Fixed typos using codespell. (previous pull request was told not to change the agg files)
    timhoffm committed Sep 27, 2021
  10. Merge pull request #21190 from anntzer/sw

    Deprecate mlab.stride_windows.
    dstansby committed Sep 27, 2021
  11. Merge pull request #21189 from anntzer/df

    Small doc fixes.
    dstansby committed Sep 27, 2021
  12. Merge pull request #21192 from anntzer/ext

    Discourage making style changes to extern/.
    dstansby committed Sep 27, 2021
  13. Merge pull request #21193 from anntzer/cont

    Update contributing guide.
    story645 committed Sep 27, 2021
  14. Update contributing guide.

    cbook->_api; pylab->pyplot.
    anntzer committed Sep 27, 2021
Older