We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
imported seaborn as sb but called it as sns
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: