Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for Matplotlib 3.0.0 #1130

Merged
merged 5 commits into from
Nov 8, 2018
Merged

Commits on Nov 8, 2018

  1. TST: Use matplotlib from conda-forge's testing label.

    This bundles a fixed version of FreeType, so we won't need to worry
    about those changes in test images.
    QuLogic committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    dace7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d1aa48 View commit details
    Browse the repository at this point in the history
  3. DOC: Remove old information in docstring.

    _pcolormesh_patched is no longer used as a workaround for anything.
    
    Closes SciTools#992.
    QuLogic committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    b6b89d9 View commit details
    Browse the repository at this point in the history
  4. TST: Update streamplot result for MPL 3.0.0.

    This is due to an indexing error in previous versions,
    cf. matplotlib/matplotlib#11455.
    QuLogic committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d5282b9 View commit details
    Browse the repository at this point in the history
  5. TST: Update contour test result images.

    These changes are intended, with better selection of contour levels,
    cf. matplotlib/matplotlib#11412.
    QuLogic committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    53869e5 View commit details
    Browse the repository at this point in the history