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,213 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 5 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
•
5
comments
- 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
- Add multiple label support for Axes.plot()
- Update pyplot.py
- API: resolve unset vmin / vmax in all ScalarMapple based methods
- Increase tolerance for alternate architectures
- Revert "Fix linewidths and colors for scatter() with unfilled markers"
- MNT: set the facecolor of nofill markers
- Mnt drop py36
- Remove overspecified latex geometry.
- Avoid need to lock in dvi generation, to avoid deadlocks.
- Prefer colorbar(ScalarMappable(...)) to ColorbarBase in tutorial.
- Keep using a single dividers LineCollection instance in colorbar.
- Colorbar cleanups.
- BLD: default to system freetype on AIX
- Tighten a bit the RendererAgg API.
- Warn in colorbar() when mappable.axes != figure.gca().
- More accurate handling of unicode/numpad input in gtk3 backends.
- FIX: Keep lists of lists of one scalar each 2D in _reshape_2D
- Enh: SymNorm for normalizing symmetrical data around a center
- Dev docs update
Created an issue in matplotlib/cheatsheets that received 9 comments
Image for "Basic plots - plot" should hint at markers
Currently the image is just sine line, which could trick users in thinking that plot is for lines and scatter is for markers.
I propose to additio…
9
comments