摘要: 在绘图的标题、坐标轴的文字中用上标或下标 格式:$正常文字^上标$ import matplotlib.pyplot as plt fig, ax = plt.subplots() ax.set(title=r'This is an expression $e^{\sin(\omega\phi)}$ 阅读全文
posted @ 2021-02-13 21:21 emanlee 阅读(624) 评论(0) 推荐(0)
摘要: 安装好了Anaconda3—后,运行开始菜单—>Anaconda3—>Anaconda Prompt ## CPUpip3 install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple/## GPUpip3 install tensor 阅读全文
posted @ 2021-02-13 13:21 emanlee 阅读(126) 评论(0) 推荐(0)