def plot_delta(self):
pl.figure(figsize = (8, 8))
pl.semilogy(self.tprime, self.deltatheta, 'r')
# pl.ylim(0.0001, 0.1)
# pl.ylim(0.0001, 0.1)
pl.xlim(0, 100)
pl.ylabel('$\\Delta\\theta$ (radians)')
pl.xlabel('time (yr)')
pl.title('Hyperion $\\theta$ versus time')
pl.text(4.1, 0.05, 'Circular orbit')
11 py7.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录