开始使用免费开始使用

Theme showdown

Themes offer a simple and efficient approach to customizing the visual aspects of your plot. Choosing an appropriate theme can often have a significant impact on the effectiveness of the information displayed in your plot. Hence, it is crucial to be able to seamlessly switch between themes. In this exercise, you will create a histogram using different themes to observe their effects.

The Plots package has already been imported, and the streaming DataFrame has been loaded for your convenience.

本练习是课程的一部分

Introduction to Data Visualization with Julia

查看课程

交互式实操练习

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

# Plot a histogram
____(
	streaming.____,
    label=____
)
title!("Age of Survey Respondents")
xlabel!("Age")
ylabel!("Frequency")
编辑并运行代码