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-
Center for Neural Science, NYU
- New York, NY
- www.cns.nyu.edu/~mwaskom
Pinned
671 contributions in the last year
Contribution activity
May 2020
Created a pull request in mwaskom/seaborn that received 3 comments
Add tight_layout method on FacetGrid and PairGrid
The matplotlib tight_layout algorithm ignores figure-level legends, which causes problems with FacetGrid and PairGrid if you need to tighten the la…
+33
−3
•
3
comments
- Centralize and modify variable type inference
- Improve FacetGrid margin titles to not show previous texts
- Require keyword arguments almost everywhere
- Allow vectors for c= or s= in scatterplot
- Scale the default scatterplot edge width by the point radius
- Programmatically define arbitrarily large style mappings
- Refactor variable processing
- Stricter code linting
- Standardize parameter names in distributions module
- Require keyword arguments for most parameters
- Make FacetGrid a bit more convenient
Created an issue in matplotlib/matplotlib that received 10 comments
Surprising/changed axis limit (autoscale) behavior
Bug report Bug summary The interaction of setting axis limits and autoscaling changed in 3.2 with little guidance, introducing unexpected behavior …
10
comments
- longform value error should give the name of the semantic too
- relplot does not handle units parameter
- scatterplot interpreting `color` parameter as a vector of values
- Keyword-only argument warning message is awkward for data objects
- Relational plot docstrings have incorrect entry for data
- boxenplot with outlier_prop=0 shows 1 outlier
- Add sphinx rule for linking to relevant github issues in release notes
- Add doc build to travis/github actions
- Order of scatterplot semantics does not match other relational plots
- Define long-form API for heatmap/clustermap
- Tests are triggering new swarmplot warning
- Improve multi-axes layout options