forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
8000 massive awesome update request. #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clarify docstring of FT2Font.get_glyph_name.
Write all ACCEPTS markers in docstrings as comments.
FIX: eps hatching in MacOS Preview
FIX: Correctly set formatters and locators on removed shared axis
- The usual "dedent the rst list". - Use constrained_layout instead of some hardcoded spacing.
... with the usual deprecation dance. End users can still use json_dump, which provides the necessary functionality (the docstring was slightly updated at the same time); the point is to hide the (lengthy) docs of JSONEncoder from the docs.
Cleanup spines example.
Move required_interactive_framework to canvas class.
API: Deprecate axes_grid1.colorbar (in favor of matplotlib's own).
Add FontManager.addfont to register fonts at specific paths.
DOC: Change to PR merging policy.
<
8000
span class="Skeleton d-inline-block" style="width:12px; height:12px;">
Add Comic Neue as a fantasy font.
Again fixing some broken some references from a PR that was CI'd before the missing-references.json PR. Here I just added proper reference targets for the mpl_toolkits.{axes_grid1,axisartis} modules.
FIX: axis inversion with loglocator and logitlocator.
Make functions in the (private) _png extension only take file-like objects as arguments, rather than "filename or file-like". Filenames were anyways handled by calling the python C-API to open/close the files, so we may as well just do this from Python where a simple `with open(...):` does the job. The public API is not changed.
... mostly found by pylint. It did catch two tests in test_colorbar with the same name, one shadowing the other...
Doc: fix typo in contour doc
MNT: Add test for aitoff-projection
Simplify _png extension by handling file open/close in Python.
Add entry for blume to thirdparty package index
MNT: Style fixes.
Cleanup widgets.py.
Minor docstring style cleanup
Cleanup projections/__init__.py.
DOC: Do not write default for non-existing rcParams
FIX: nonlinear spine positions & inline Spine._calc_offset_transform into get_spine_transform.
Logit scale nonsingular
Support pixel-by-pixel alpha in imshow.
Change documentation format of rcParams defaults
Cleanup widgets docstrings.
contains_point() docstring fixes
1) `message` is keyword-only. 2) it's `%(since)s`, not `%(version)s`.
Let _writeImg infer image size and grayscaleness from the data itself.
Composite against white, not the savefig.facecolor rc, in print_jpeg.
Fix incorrect calls to warn_deprecated.
<
6D40
a href="/pizzathief/matplotlib/pull/1/commits/cbd0409dbbca27f2fdac54dd421d432640c3773b" class="Link--secondary">cbd0409
Move some new API changes to the correct place
…ing. ... instead of entering an infinite loop of findfont -> defaultFont -> findfont. A bit of a pain to test (one needs to delete dejavusans both from the mpl source tree and from the system font folder)... This should only affect people who delete the default fonts anyways (or call with fallback_to_default=False), so I'll skip the API change note.
Simplify pdf image output.
i.e. parsing subplot(i, j, k) and subplot(ijk); this is done by reusing the implementation in subplot(). Also delete some commented-out code which is clearly handled by gridspec now.
The previous test triager would crop test images because the 800/500 aspect ratio of the main widget does not match the 6.4:4.8 aspect ratio of the test images. Change the main widget to have size 800x600, and move the thumbnails to the side so that the whole thing still fits in a 1600x900 display.
In findfont(fallback_to_default=False), throw if default font is missing
Dedupe SubplotSpec construction in mpl_toolkits.
MNT: Change layout of test_triager to avoid cropping images.
pizzathief
pushed a commit
that referenced
this pull request
Oct 1, 2024
… and bump cibuildwheel This is the commit message #1: > Merge pull request matplotlib#28293 from QuLogic/py313 > > BLD: Enable building Python 3.13 wheels for nightlies (cherry picked from commit 725ee99) This is the commit message matplotlib#2: > Merge pull request matplotlib#28668 from matplotlib/dependabot/github_actions/actions-167bd8b160 > > Bump the actions group with 2 updates (cherry picked from commit fd42e7d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
PR Checklist