在matplotlib中,解决中文乱码问题

#!/usr/bin/env python3 import matplotlib.pyplot as plt from matplotlib.font_manager import FontProperties import numpy as np font = FontProperties(fname='C:\\Windows\\Fonts\\simsun.ttc', size=14) #将(0
相关文章
相关标签/搜索