def plot(self):
pl.figure(figsize = (8, 8))
pl.plot(self.t,self.omega, 'c')
pl.ylim(0, 15)
pl.xlim(0, 8)
pl.ylabel('$\\omega$ (radians/yr)')
pl.xlabel('time (yr)')
pl.title('Hyperion $\\omega$ versus time')
pl.text(3.3, 13.5, 'Circular orbit')
11 py2.py 文件源码
python
阅读 30
收藏 0
点赞 0
评论 0
评论列表
文章目录