上传者: 38587005
|
上传时间: 2022-01-11 22:03:20
|
文件大小: 130KB
|
文件类型: -
一、python numpy + matplotlib 画股票k线图
# -- coding: utf-8 --
import requests
import numpy as np
from matplotlib import pyplot as plt
from matplotlib import animation
fig = plt.figure(figsize=(8,6), dpi=72,facecolor=white)
axes = plt.subplot(111)
axes.set_title('Shangzheng')
axes.set_xlabel('time')
li