Pinned
1,548 contributions in the last year
Less
More
Activity overview
Contributed to
matplotlib/matplotlib,
numpy/numpy,
timhoffm/pyconde2019-api
and 5 other
repositories
Contribution activity
July 2021
Created 16 commits in 2 repositories
Created 1 repository
- timhoffm/pydata-sphinx-theme Python
Created a pull request in matplotlib/matplotlib that received 39 comments
Opened 12 other pull requests in 2 repositories
matplotlib/matplotlib
4
open
6
merged
1
closed
- Use set_xticks(ticks, labels) instead of a separate set_xticklabels()
- Use ticklabels([]) instead of ticklabels('')
- Cleanup examples
- Deprecate linking mappables without data to a colormap
- Deprecate matplotlib.test()
- Move the marker path example into the marker reference
- Reduce vertical margins in property tables
- Backout pillow=8.3.0 due to a crash
- Expire deprecation of passing nbins to MaxNLocator in two ways
- More concise how to for subplot adjustment
- Fix limits in plot types example hist(x)
numpy/numpy
1
merged
Reviewed 28 pull requests in 3 repositories
matplotlib/matplotlib 26 pull requests
- Font 42 kerning
- Rename parameter selectors
- Use ticklabels([]) instead of ticklabels('')
- Dynamically generate CbarAxes.
- Define FloatingAxes boundary patch in data coordinates.
- Move set_cursor from the toolbar to FigureCanvas.
- Simplify curvilinear grid examples.
- TST/DOC: just run circle once...
- FIX: fix figbox deprecation
- Add \dddot and \ddddot as accents in mathtext
- Deprecate Colorbar.patch.
- Add directional sizing cursors
- Don't forget to propagate kwargs from print_svgz to print_svg.
- Support of different locations for the text fixing cursor of TextBox
- Better signature and docstring for Artist.set
- ENH: Only do constrained layout at draw...
- FIX: do not simplify path in LineCollection.get_segments
- Improve tutorial figures in the new theme
- Added a new public API update_range to Slider widget. It helps to change the valmin and valmax of the Slider
- Clarify allowable backend switches in matplotlib.use().
- Switch default ArrowStyle angle values from None to zero.
- Show box/arrowstyle parameters in reference examples.
- More concise how to for subplot adjustment
- Factor out DEBUG_TRUETYPE checks in ttconv, & removals of unused defs.
- Remove remaining 3.3 deprecations
- Some pull request reviews not shown.
matplotlib/governance 1 pull request
matplotlib/mpl-third-party 1 pull request
Created an issue in pytest-dev/pytest that received 2 comments
Skipping in a teardown part of a yield fixture is not counted properly
I would like to delay skipping tests to the end of the test execution. To do so, I yield from a fixture and call pytest.skip afterwards. This is pa…
2
comments