Skip to content

Seaborn offers multiple colour palettes which can be used in collaboration with your data plots in matplotlib to make eye catching data visuals Following are the varied range of colour palettes that can be displayed The following codes output them in a horizontal array (pyplot) But, the same can be applied to any data representation form

Notifications You must be signed in to change notification settings

Chinmayeegade/Seaborn-Color-Palettes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Seaborn-Color-Palettes

Seaborn offers multiple colour palettes which can be used in collaboration with your data plots in matplotlib to make eye catching data visuals Following are the varied range of colour palettes that can be displayed The following codes output them in a horizontal array (pyplot) But, the same can be applied to any data representation form

Basic Default Colour palette

Screenshot (452)

#1 Dark Default Colour palette Screenshot (453)

#2: Pastel (faded) Default Colour palette Screenshot (454)

#3: Deep Default Colour palette Screenshot (455)

#4: Muted Default Colour palette Screenshot (456)

#5: Colorblind Default Colour palette Screenshot (457)

#6: Bright Default Colour palette Screenshot (458)

Colour Scheme Specific Palettes:

  • The various shades of Blue colour will be displayed in a light to dark order
  • A similar palette can be made for other colours (Orange, Purple, Green, Red)
  • Be sure to add a 's' after the colour name and capitalize the first letter Screenshot (459)

Perceptually uniform palettes:

  • Using any of 6 specified color-maps,light to dark or dark to light heatmaps are displayed
  • All these heatmaps can be reversed by trailing thier name with a "_r" #1: rocket Screenshot (460)

#2: mako Screenshot (461)

#3: flare Screenshot (462)

#4: crest Screenshot (463)

#5: magma Screenshot (464)

#6: viridis Screenshot (465)

Diverging Colour Palettes:

  • Dark from either side, but converge into the center towards a lighter/white spectra or vice versa

#1: vlag: dark to light Screenshot (466)

#2: icefire: light to dark Screenshot (467)

#3: coolwarm : Blue & Red Screenshot (468)

Rainbow Palette:

Screenshot (469)

About

Seaborn offers multiple colour palettes which can be used in collaboration with your data plots in matplotlib to make eye catching data visuals Following are the varied range of colour palettes that can be displayed The following codes output them in a horizontal array (pyplot) But, the same can be applied to any data representation form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages