摘要: 代码: import numpy as np import matplotlib.pyplot as plt plt.rcParams['font.sans-serif']=['SimHei']#设置字体以便支持中文 def show(): total_Score=[852.5, 746.7, 64 阅读全文
posted @ 2020-05-19 22:34 博二爷 阅读(354) 评论(0) 推荐(1) 编辑
摘要: 效果图: 代码: 1 from matplotlib import pyplot as plt 2 import numpy as np 3 from mpl_toolkits.mplot3d import Axes3D 4 fig = plt.figure() 5 ax = Axes3D(fig) 阅读全文
posted @ 2020-05-19 00:23 博二爷 阅读(1201) 评论(0) 推荐(0) 编辑