def plot(self):
pl.figure(figsize = (8, 8))
pl.plot(self.t,self.theta)
pl.plot(self.t,self.theta, 'c')
pl.ylim(-4, 4)
pl.xlim(0, 10)
pl.ylabel('$\\theta$ (radians)')
pl.xlabel('time (yr)')
pl.title('Hyperion $\\theta$ versus time')
pl.text(4.1, 3.5, 'Elliptical orbit')
11 py3.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录