欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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)...

折线图

简单粗暴描点
python画折线图+柱状图(描点方式+设置纵坐标十的幂次方)

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

相关标签: python plt画图