Skip to content
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

2. Checking out our data! #3

Open
RaymondDashWu opened this issue Jan 29, 2019 · 0 comments
Open

2. Checking out our data! #3

RaymondDashWu opened this issue Jan 29, 2019 · 0 comments

Comments

@RaymondDashWu
Copy link

imported seaborn as sb but called it as sns

SeaBorn is a library for advanced data visualization

import seaborn as sb
Here, we run some basic setup for some visualization work in SeaBorn and MatPlotLib.

Don't worry about what this all means now: simply plug this into your next cell for some data visualization setup.

sns.set(style="white", context="notebook", palette="deep")

COLOR_COLUMNS = ["#66C2FF", "#5CD6D6", "#00CC99", "#85E085", "#FFD966", "#FFB366", "#FFB3B3", "#DAB3FF", "#C2C2D6"]

sns.set_palette(palette=COLOR_COLUMNS, n_colors=4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant