python画折线图+柱状图(描点方式+设置纵坐标十的幂次方)
程序员文章站
2022-03-16 10:15:02
折线图from matplotlib import pyplotimport matplotlib.pyplot as pltfrom matplotlib.font_manager import FontPropertiesfrom matplotlib.ticker import MultipleLocator, FormatStrFormatter font_set = FontProperties(fname=r"c:\windows\fonts\simsun.ttc", size=15)...