Highlights
- Arctic Code Vault Contributor
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,765 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in matplotlib/matplotlib that received 5 comments
Simplify tmpdir handling in backend_pgf.
backend_pgf uses a complicated way to handle temporary directories, in particular because (on top of the normal calls to tex) it runs a separate, l…
- Define GridFinder.{,inv_}transform_xy as normal methods.
- Small simplifications to BboxImage.
- Fix some missing references.
- Sync SubplotDivider API with SubplotBase API changes.
- Allow Type3 subsetting of otf fonts in pdf backend.
- Support activating figures with plt.figure(figure_instance).
- Simplify Colorbar.set_label, inline Colorbar._edges.
- Fix typo in warning message.
- Remove outdate comment about canvases with no manager attribute.
- Provide a 'cursive' font present in Windows' default font set.
- Correctly separate two fantasy font names.
Created an issue in matplotlib/matplotlib that received 9 comments
Returning bytes data from savefig
Problem
#6909 is a PR, abandoned by the original author, that made bytestring = fig.savefig(None, **kwargs) equivalent to import io; buf = io.Byte…