赞
踩
输入各种代码环境的快捷键是command+alt+c
#李二花简单代码输入测试
import numpy as np
import matplotlib.pyplot as plt
x = np.linspace(1,9,1000)
y1 = np.sin(x)
y2 = np.cos(x)
plt.plot(x,y1,x,y2,"r--",label = "一个测试函数",linewidth = 3)
plt.show()
输入公式的快捷键是$$+enter
键入表格的快捷键command+T
仅仅是一个测试 | just a test |
---|---|
你好呀,李银河 | Hello, Yinhe Li |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。