Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Adding the Plot Title | Plot Customization
course content

Зміст курсу

First Dive into seaborn Visualization

Adding the Plot TitleAdding the Plot Title

Plotting in the seaborn can be used to create 2 types of plots: FacetGrids and AxesSubplots.

We have learned only plots of the AxesSubplots type, so we will learn how to customize only plots of the corresponding type.

To add the title you need to:

  • Declare a plot variable;
  • Add the title.

Завдання

  1. Import the seaborn with sns alias.
  2. Import the matplotlib.pyplot with plt alias.
  3. Import the pandas with pd alias.
  4. Read the file using df variable.
  5. Create a histplot variable g.
  6. Set the title 'Fish'.
  7. Show the plot.

Все було зрозуміло?

Секція 3. Розділ 2
toggle bottom row
course content

Зміст курсу

First Dive into seaborn Visualization

Adding the Plot TitleAdding the Plot Title

Plotting in the seaborn can be used to create 2 types of plots: FacetGrids and AxesSubplots.

We have learned only plots of the AxesSubplots type, so we will learn how to customize only plots of the corresponding type.

To add the title you need to:

  • Declare a plot variable;
  • Add the title.

Завдання

  1. Import the seaborn with sns alias.
  2. Import the matplotlib.pyplot with plt alias.
  3. Import the pandas with pd alias.
  4. Read the file using df variable.
  5. Create a histplot variable g.
  6. Set the title 'Fish'.
  7. Show the plot.

Все було зрозуміло?

Секція 3. Розділ 2
toggle bottom row
some-alt