基于python的简单建图

二维曲线: ```py from matplotlib import pyplot as plt import matplotlib matplotlib.use('TkAgg') import numpy as np x = np.arange(10) y = x ** 2 plt.plot(


豆瓣数据

from bs4 import BeautifulSoup import requests head={"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Ch