摘要: ctrl+Z stop ctrl+C kill ps: see how many procedure is running fg: continue the stopped procedure 阅读全文
posted @ 2019-12-27 16:21 黑暗尽头的超音速炬火 阅读(146) 评论(0) 推荐(0)
摘要: import numpy as np import matplotlib.pyplot as plt %matplotlib inline fig = plt.figure(figsize=(3, 3)) ax = fig.add_subplot(1, 1, 1) x = np.linspace(0, 5, 100) y = x a1x=[1,2,3,4] a1y=[1.1,2.2,3.1,4.1 阅读全文
posted @ 2019-12-27 14:58 黑暗尽头的超音速炬火 阅读(141) 评论(0) 推荐(0)