Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises- Germany
Pro
- Germany
Pinned
2,056 contributions in the last year
Activity overview
Contributed to
matplotlib/matplotlib,
texstudio-org/texstudio,
timhoffm/pptx-blueprint
and 5 other
repositories
Contribution activity
December 2019
Created a pull request in matplotlib/matplotlib that received 8 comments
Remove API deprecated in 3.1 (part 2)
PR Summary Follow up and goes on top of to #15878. The are so many changes that I didn't want to put everything in one PR. Even in two parts, each …
+116
−826
•
8
comments
- Remove unused imports
- Fix search on nested pages
- Improve documentation of text module
- Remove parameters deprecated in 3.1
- De-deprecate *min/*max parameters to set_x/y/zlim()
- Join marker reference and marker fiillstyle reference
- Remove toolkit functions deprecated in 3.1
- Update donation link
- Remove deprecated TextWithDash
- Do not use "object" or "instance" when documenting types
- Minor doc cleanups
- Update docs of type1font
- Exceptions should start with a capital letter
- Cleanup TriAnalyzer docs
- Deprecate passing Type1Font effects as dict
- Update docs of backend_manager
- Mark self.* expressions in docstrings as literal
- Add svg logo icon
- Remove API deprecated in 3.1
- Deprecate implicit creation of colormaps in register_cmap()
- Cleanup backend_bases docs
- Standardize parameter types in docs
- Backport PR #15848 on branch v3.2.x: Cleanup environment variables FAQ
- Fix a typo
- Backport PR #15244 on branch v3.1.x: Change documentation format of rcParams defaults
- Some pull requests not shown.
- Prevent FigureCanvasQT_draw_idle recursively calling itself.
- Better default behavior for boxplots when rcParams['lines.marker'] is set
- Some small extension cleanups
- Replace axes_size.Fraction by multiplication.
- Simplify calls to AxesGrid/ImageGrid.
- Relayout some conditions in axes_grid.
- Inherit the Artist.draw docstring in subclasses.
- Templatize spectral helpers.
- Avoid RuntimeError at wx exit.
- rcsetup cleanups.
- Be more opinionated for setting up a dev env.
- Shorten wx _onMouseWheel.
- Cleanup axes_size.
- Style fixes for axes_divider.
- Remove deprecated support for setting single property via multiple aliases
- Simplify Artist.update.
- Avoid setting dtypes as strings...
- Avoid using np.matrix.
- Reuse colorbar outline and patch when updating the colorbar.
- Enable set_{x|y|}label(loc={'left'|'right'|'center'}...)
- ENH/API: improvements to register_cmap
- Fix Annotation using different units and different coords on x/y.
- Remove unnecessary :func:, :meth: from examples markup.
- Deprecate the TTFPATH & AFMPATH environment variables.
- pgf backend cleanups.
- Some pull request reviews not shown.
Created an issue in matplotlib/matplotlib that received 2 comments
Cleanup normalization examples
From #12424 (comment). The tutorial and the example are mostly the same. Most of the plots are again repeated as separate examples: https://matp…
2
comments