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,141 contributions in the last year
Activity overview
Contributed to
matplotlib/matplotlib,
texstudio-org/texstudio,
timhoffm/pptx-blueprint
and 5 other
repositories
Contribution activity
July 2020
- timhoffm/cheatsheets Python
Created a pull request in matplotlib/cheatsheets that received 6 comments
cmap() can be called on array-like
No need for a list comprehension; just call cmap(list).
Also, use Oranges colormap instead of Blues because the illustrative image is in orange and…
+1
−1
•
6
comments
- Copy docstring description from Axes.legend() to Figure.legend()
- Support data reference for hexbin() parameter C
- Add a note on working around limit expansion of set_ticks()
- Add note on writing binary formats to stdout using savefig()
- DOCS: Remove How-to: Contributing
- Interpret subplot_moasic(['foo', 'bar']) as 1 row 2 cols
- Don't allow 1D lists as subplot_moasic layout.
- Remove the example "Easily creating subplots"
- Rewrite the barcode example
- Document that set_ticks() increases view limits if necessary
- Revert using SVG inheritance diagrams
- Fix figure size in path effects guide
- Clarify plotnonfinite parameter docs of scatter()
- Fix size of donate button
- Explain why Qt4 backends are deprecated
- Add fullscreen toggle support to WxAgg backend
- Move "Request a new feature" from How-to to Contributing
- Remove "Reporting a bug or submitting a patch" from How-to
- More precise axes section names in docs
- Add quick-link buttons for contributing
- Fix typos in tight layout guide
- DOC: update tight layout guide with set_in_layout
- Improve saving animated GIF with ffmpeg
- Fix example code for enabling logging in API change notice
- Fix linting on v3.3.x
- ci: Fix linting being ignored by reviewdog
- DOC: don't make CL tutorial save new file all the time
- Super-ify parts of the code base, part 3
- TickedStroke, a stroke style with ticks useful for depicting constraints
- Check for float values for min/max values to ax{v,h}line
- Reduce numerical precision in Type 1 fonts
- Remove disable_internet.py
- Set shading='auto' if invalid value passed to pcolormesh
- _AnnotationBase keeps copy of mutable parameter (issue #17566)
- Remove rcsetup deprecations
- Remove support for multiple-color strings in to_rgba_array
- Add explanatory text for rasterization demo
- Correctly handle 'none' facecolors in do_3d_projection
- Bump matplotlib.patches coverage
- Remove un-used trivial setters and getters
- Added figpager info
- Fix link to get_offsets in hexbin doc
- FIX: update num2julian and julian2num
- Discourage references in section headings.
- scatter: Raise if unexpected type of `s` argument.
- add figpager as a third party package
- Some pull request reviews not shown.
Created an issue in matplotlib/matplotlib that received 16 comments
Extend hatch reference
Followup to #17884.
hatch='//'
combine symbols, e.g. hatch='/-' for a rhomi…
16
comments