Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

5 金融数据可视化

知识点:可视化的概念;matplotlib库的使用;matplotlib的金融应用场景
重点:matplotlib绘图方法
难点:matplotlib的金融应用场景

预习

名词解释

请使用各类资源和工具,完成以下名词解释:

  • 图表类型(Chart Types)

  • 坐标系(Coordinate System)

  • 刻度(Ticks)

  • 轴(axis)

  • 标签(labels)

  • 散点图(scatter plot)

  • 网格(grid)

  • 图例(legend)

观看视频

观看以下视频

浏览网络资源

Matplotlib是一个流行的Python数据可视化库,有许多网络资源可以帮助你学习和使用它。以下是一些常见的Matplotlib网络资源:Matplotlib官方文档

Matplotlib的官方网站提供了一个Gallery页面,展示了各种类型的图表示例,包括线图、散点图、柱状图、等高线图等。你可以在这里找到各种类型的图表示例,并学习如何使用Matplotlib创建它们:Matplotlib Gallery