Michael Waskom

Results 87 issues of Michael Waskom

DataFrame column labels usually have lowercased, underscored names. These get automatically added to seaborn plots. But wouldn't it be nice if we could transform these into spaced, title-cased labels? Python...

wishlist

Two ideas: - `element="raster"`, using imshow or pcolormesh with the kde evaluation grid. - `element="scatter"`, which draws a scatterplot of x and y with the color of the points set...

plots
wishlist
mod:distributions

Currently, using a colorbar for bivariate distribution plots with a hue semantic produces an unappealing plot: ```python sns.histplot(penguins, x="culmen_depth_mm", y="body_mass_g", hue="species", cbar=True) ``` ![image](https://user-images.githubusercontent.com/315810/84582215-4ebf4600-adb7-11ea-9c12-3b22e6f4e951.png) One way to solve this would...

rough-edge
plots
mod:distributions

These exist in statsmodels but they are aesthetically inflexible and don't ( to my knowledge) do things like smart labeling of axes. Also, I don't think they work that will...

plots
wishlist
mod:distributions

### Documentation Link https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-default-matplotlibrc-file ### Problem As far as I am aware of, the only documentation of "what can be changed through rc paramters" is a the literal-included default matplotlibrc...

Documentation
topic: rcparams

### Summary There are at least two places where matplotlib provides a message to the user about usage patterns that are potentially mistakes using logging functionality, rather than as a...

Maintenance

This is unresolved from #87, xref #81

Infrastructure

(Porting discussion from TA training) https://github.com/NeuromatchAcademy/precourse/blob/master/getting-ready-python/02-getting-ready-python-without-colab.md#how-to-get-started-on-python-tutorials-without-google-co-lab The course-content repo defines an `environment.yml` (and `requirements.txt`) file, so we can cut the instructions for writing that (the dependencies are also slightly out...

documentation

A really important but underemphasized aspect of reporting MRI data is showing where you _can't_ see activation, because the mask used for group (or single-subject) analysis does not include all...

potential hackathon project

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Needs Triage