CommencerCommencer gratuitement

BMI per region

In this exercise, your goal is to generate a graph that compares policyholders' body mass index (BMI) across different regions in the dataset. You will leverage the StatsPlots plotting recipe and the exclamation mark notation to accomplish this.

The DataFrames and StatsPlots packages have already been imported for you, and the insurance DataFrame is readily accessible, providing the necessary data for the analysis.

Cet exercice fait partie du cours

Introduction to Data Visualization with Julia

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Violin plot
____ ____ ____(
	:____, :____,
    linewidth=0, fillcolor=:magenta4,
    label=____
)
Modifier et exécuter le code