摘要:
代码: import numpy as np import matplotlib.pyplot as plt plt.rcParams['font.sans-serif']=['SimHei']#设置字体以便支持中文 def show(): total_Score=[852.5, 746.7, 64 阅读全文
摘要:
效果图: 代码: 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) 阅读全文