开始使用免费开始使用

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.

本练习是课程的一部分

Introduction to Data Visualization with Julia

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Violin plot
____ ____ ____(
	:____, :____,
    linewidth=0, fillcolor=:magenta4,
    label=____
)
编辑并运行代码