Pinned
1,745 contributions in the last year
Activity overview
Contributed to
matplotlib/matplotlib,
matplotlib/cheatsheets,
pytest-dev/pytest
and 5 other
repositories
Contribution activity
January 2021
Created 24 commits in 1 repository
Created a pull request in matplotlib/matplotlib that received 4 comments
Warn on redundant definition of plot properties
plt.plot(x, y, fmt) allows to specify marker, linestyle and color via
fmt. Warn if there are additionally keyword arguments that specify the
same p…
+36
−3
•
4
comments
Opened 9 other pull requests in 1 repository
matplotlib/matplotlib
9
merged
- Add missing possible return value to docs of get_verticalalignment()
- Cleanup code for format processing
- Fix sphinx search
- Cleanup and document _plot_args()
- Use proper pytest functionality for warnings and exceptions
- Strip irrelevant information from testing docs
- Move cbook._check_isinstance() to _api.check_isinstance()
- Remove one TOC level from the release guide
- Collect information for setting up a development environment
Reviewed 41 pull requests in 2 repositories
matplotlib/matplotlib 38 pull requests
- Update the markers part of matplotlib.pyplot.plot document (fix issue #19274)
- Fix some packaging issues
- MNT: set the facecolor of nofill markers
- Simplify X11 checking for Qt.
- Pin to oldest supported PyQt on minver CI instance.
- Change styling of slider widgets
- Make all transforms copiable (and thus scales, too).
- Demo of the EllipseSelector module for collecting region-fo-interest …
- Deprecate project argument to Line3DCollection.draw.
- Fix misplaced colon in bug report template.
- Clarify return format of Line2D.get_data.
- Download qhull at build-or-sdist time.
- Speedup LinearSegmentedColormap.from_list.
- MNT: Remove deprecated axes kwargs collision detection (version 2)
- Backport PR #19279 on branch v3.3.3-doc (Fix sphinx search)
- Remove the unused TransformNode._gid.
- Expand on slider_demo example
- Strip irrelevant information from testing docs
- Validate text rotation in setter
- FIX: Allow deepcopy on norms and scales
- Add machinery for png-only, single-font mathtext tests.
- Don't update homebrew on GitHub Actions
- more robust check for enter key in TextBox
- handle usecase where QT_API is specified with some capitals
- Clarify Doc for Secondary axis, ad-hoc example
- Some pull request reviews not shown.
Created an issue in matplotlib/matplotlib that received 4 comments
More consistent handling of 'None' vs. 'none'
Summary
The strings 'None' vs 'none' are not handled consistently:
At least MarkerStyle only accepts 'None' (xref #19291 (comment)). - Maybe other…
4
comments