-
-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style Management #3
Comments
This task requires the ability to modify the visual environment in Yellowbrick similar to how Seaborn does it - but we're happy for ideas about how to do this in more innovative and intuitive ways. For lack of any ideas right now, I'll discuss Seaborn's:
See: https://stanford.edu/~mwaskom/software/seaborn/tutorial/aesthetics.html for more. We also want our own unique visual style that is clean like Seaborn without cloning it. We really like the idea of using Color Brewer as a foundation of our visualizations: https://bl.ocks.org/mbostock/5577023 |
Question: |
It would be awesome to do an experiment about how the drawing environment
And we can watch what is happening/changing. |
Made a notebook with some quick experiments. Seems like most things are using the matplotlib rc settings that Seaborn creatively overwrites upon import. Let me know if I missed anything obvious. Going to start copying over the Seaborn style functionality into Yellowbrick. |
Create a scheme similar to Seaborn for creating a unified style and context system that sits on top of mpl.RCParams (so that every plot generated by our tool looks the same).
The text was updated successfully, but these errors were encountered: