Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,610 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 25 commits in 2 repositories
Opened 5 pull requests in 1 repository
Reviewed 39 pull requests in 1 repository
matplotlib/matplotlib 39 pull requests
- Remove unnecessary calls to lower().
- Remove special-casing for PostScript dpi in pyplot.py.
- Add tutorial about autoscaling
- ENH: add supxlabel and supylabel
- Deprecate AxisArtist.ZORDER
- Improve hat graph example
- Cleanup stem docs and simplify implementation.
- DOC: Fix latexpdf build
- Small cleanup to StepPatch._update_path.
- Improve warning message for missing font family specified via alias.
- Set clip path for PostScript texts.
- FIX: make sure scalarmappable updates are handled correctly in 3D
- Use lambdas to prevent gc'ing and deduplication of widget callbacks.
- Contour fixes/improvements
- Move cbook._suppress_matplotlib_deprecation_warning() from cbook to _api
- Simplify repeat_delay and fix support for it when using iterable frames.
- Fixes MIME type for svg frame_format in HTMLWriter.
- Factor out common functionality in HostAxes.twin{,x,y}.
- Use CallbackRegistry for {Artist,Collection}.add_callback.
- Remove Artist.eventson and Container.eventson
- Use selectfont instead of findfont + scalefont + setfont in PostScript.
- Create a RangeSlider widget
- Override set_array for Collection
- Consistent behavior of draw_if_interactive across interactive backends.
- Rework interactive backends tests.
- Some pull request reviews not shown.
Created an issue in brodieG/unitizer that received 5 comments
Tests fail with testthat 3.0.0
When running with testthat 2.3.2, tests pass, but with 3.0.0, they fail:
--------------------------------------------------------------------------…