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 40 million developers.
Sign up- Germany
Pro
- Germany
Pinned
2,148 contributions in the last year
Activity overview
Contributed to
matplotlib/matplotlib,
texstudio-org/texstudio,
timhoffm/pptx-blueprint
and 5 other
repositories
Contribution activity
January 2020
Created a pull request in matplotlib/matplotlib that received 17 comments
Nicer formatting of community aspects on front page
PR Summary A step towards a more welcoming homepage. Hopefully more visually pleasing and less intimidating than the current block of text https://β¦
+117
β39
β’
17
comments
- Add badge for citing 3.1.2
- Backport PR #16065 on branch v2.2.x (Nicer formatting of community aspects on front page)
- Renderer Graphviz inheritance diagrams as svg
- Name Axes variables ax instead of a
- Rework example "Scatter Star Poly" to "Marker examples"
- Consistently name event callbacks on_[event]
- Consistently name callback arguments event instead of evt
- Deprecate parameter props of Shadow
- Cleanup unused variables
- Deprecate unused parameters
- Backport PR #16080 on branch v3.2.x (Cleanup docstrings in backend_bases.py)
- Backport PR #16079 on branch v3.2.x (Fix restuctured text formatting)
- Improve docstrings in offsetbox.py
- Cleanup docstrings in backend_bases.py
- Fix restuctured text formatting
- Fix some typos
- Remove space around power operator for better readability
- Colorbar cleanup.
- Numpydocify artist.getp().
- Deprecate old and little used formatters.
- Deprecate setting pickradius via set_picker
- Unblock CI on v2.2.x branch
- Inline _init_axes_pad into Grid.__init__.
- Update _base.py
- Fix more missing references again.
- Simplify transforms addition.
- Deprecate some Transform aliases in scale.py.
- Simple cleanups for contour.py.
- Remove rcParams deprecated in mpl3.0/3.1.
- Validate Line2D pickradius when setting it, not when reading it.
- Avoid using np.r_, np.c_.
- Fix more missing references.
- Reuse Grid.__init__ in ImageGrid.__init__.
- Deprecate update_datalim_bounds.
- Enable set_{x|y|}label(loc={'left'|'right'|'center'}...)
- Deprecate DraggableBase.on_motion_blit.
- Deprecate DraggableBase.artist_picker.
- Move locking of fontlist.json *into* json_dump.
- Fix legend dragging.
- In DraggableLegend, inherit DraggableBase.artist_picker.
- Refactor a bit animation start/save interaction.
- Fix incorrect doc regarding projections.
- Some pull request reviews not shown.
Created an issue in PyCQA/pydocstyle that received 2 comments
Colored terminal output
The filename, line numbers and function are hard to read in the command line output, e.g.
lib/matplotlib/patches.py:3887 in public method `__init__β¦
2
comments