数据绘图

pandas to excel 填充色彩 datasave = dataFrame.style.background_gradient(cmap=‘RdBu’,low=1,high=1,axis=0) datasave.to_excel(‘name.xlsx’) RdBu是样式,具体看https://matplotlib.org/examples/color/colormaps_reference
相关文章
相关标签/搜索