You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the standard matplotlib colors and styles is not ideal: the color palettes are not accessible to people with color-blindness, for example.
If we have the libraries and maybe a standard snippet of code to set the styles at the beginning of a notebook, that could be useful. So far, I'm importing seaborn and setting the color palette colorblind. Seaborn also has simple methods to set basic style parameters. I don't know if we can or should embed this across notebooks.
The text was updated successfully, but these errors were encountered:
Using the standard matplotlib colors and styles is not ideal: the color palettes are not accessible to people with color-blindness, for example.
If we have the libraries and maybe a standard snippet of code to set the styles at the beginning of a notebook, that could be useful. So far, I'm importing seaborn and setting the color palette
colorblind
. Seaborn also has simple methods to set basic style parameters. I don't know if we can or should embed this across notebooks.The text was updated successfully, but these errors were encountered: