开始使用免费开始使用

Rajasthan normalized

In this exercise, you will visualize the probability distribution of commodity prices in the state of Rajasthan, India, using a normalized histogram and a density plot.

The DataFrames and StatsPlots packages have already been imported, and we have the rajasthan DataFrame available for analysis.

本练习是课程的一部分

Introduction to Data Visualization with Julia

查看课程

交互式实操练习

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

# Plot histogram
____(
	rajasthan."____",
    ____="Rajasthan",
)
编辑并运行代码