金融与量化分析 四 ; 数据可视化包 ---matplotlib

四>. 数据可视化包 ---matplotlib

1>.matplotlib介绍
a. matplotlib 是一个强大的Python绘图和数据可视化的工具包
b. 安装方法: pip install matplotlib

c. 引用方法: import matplotlib.pyplot as plt
d. 绘图函数: plt.plot()
e. 显示图像: plt.show()


2>.plot函数周边


3>.pandas与Matplotlib


4>.使用Matplotlib绘制数学函数图像


5>.Matplotlib画布与子图


6>.Matplotlib柱状图和饼图


7>.Matplotlib K线图

猜你喜欢

转载自blog.csdn.net/u012278016/article/details/80709707