Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Colors in a 3-variable Plot | More and More Plots
course content

Course Content

First Dive into seaborn Visualization

Colors in a 3-variable PlotColors in a 3-variable Plot

We also can change colors for the 3rd variable manually. To do that, we need to create a kind of a palette.

To set colors for a 3-variable plot:

It is important to create a new color palette for the hue variable and add this palette as an argument in the plot function.

The short list of the matplotlib colors: blue, green, red, green/blue, yellow, purple, white, black, etc.

Let's change gender colors in the Tips problem!

Task

  1. Set the 'blue' color for breakfast, 'purple' for lunch, 'green' for dinner for the hue value.
  2. Show the plot.

Everything was clear?

Section 2. Chapter 4
toggle bottom row
course content

Course Content

First Dive into seaborn Visualization

Colors in a 3-variable PlotColors in a 3-variable Plot

We also can change colors for the 3rd variable manually. To do that, we need to create a kind of a palette.

To set colors for a 3-variable plot:

It is important to create a new color palette for the hue variable and add this palette as an argument in the plot function.

The short list of the matplotlib colors: blue, green, red, green/blue, yellow, purple, white, black, etc.

Let's change gender colors in the Tips problem!

Task

  1. Set the 'blue' color for breakfast, 'purple' for lunch, 'green' for dinner for the hue value.
  2. Show the plot.

Everything was clear?

Section 2. Chapter 4
toggle bottom row
some-alt