Highlights
- Arctic Code Vault Contributor
- Pro
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
1,076 contributions in the last year
Contribution activity
October 2020
September 2020
Created a pull request in mwaskom/seaborn that received 1 comment
Fix PairGrid with non-square grid and non-marginal diagonal axes
Fixes #2260 g = sns.pairplot(data=iris, hue="species", y_vars='sepal_width')
- Use nanpercentile in ci function
- Improve PairGrid tight_layout
- Fix non-default color arguments in displot
- Add set_theme() to replace set()
- Pre-release docs updates
- Better documentation of FacetGrid's access to underlying matplotlib objects
- Fix discrete string-specified light/dark palettes
- Add proper logos to docs
- Pre-release docs enhancements
Created an issue in mwaskom/seaborn that received 9 comments
Discussion of seaborn logo
@Carreau generated an original idea and put a gist up here: https://nbviewer.jupyter.org/gist/Carreau/7ad674d27698ad11bd4a4398b14481bf I adapted th…
- Add a parameter that cleans up axes labels and legend titles?
- Add a `plot_theme` or similar function to complement `set_theme`
- PairGrid tight_layout is too tight
- JointGrid could have axhline/axvline analogues that would plot on joint and marginal axes
- Markup bug in function_overview tutorial
- Transition set() to set_theme()