python画折线图+柱状图(描点方式+设置纵坐标十的幂次方)
程序员文章站
2022-07-02 08:43:37
折线图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)...
折线图
简单粗暴描点
from matplotlib import pyplot
import matplotlib.pyplot as plt
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import MultipleLocator, FormatStrFormatter
font_set = FontProperties
本文地址:https://blog.csdn.net/QAQIknow/article/details/107661864
上一篇: 红枣食用,各种做法你知道了吗