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, 10)
pl.xlim(0, 10)
pl.ylabel('$\\Delta\\theta$ (radians)')
pl.xlabel('time (yr)')
pl.title('Hyperion $\\theta$ versus time')
pl.text(4.1, 2e-4, 'Ellipitical orbit')
11 py6.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录