コード例 #1
0
 def plot(self):
     plots = [
         vis.plot_plane(self, plane=plane, show_plot=False)
         for plane in ('XY', 'XZ', 'YZ')
     ]
     show(vplot(*plots))
コード例 #2
0
ファイル: orbit.py プロジェクト: helgee/plyades
 def plot(self):
     plots = [vis.plot_plane(self, plane=plane, show_plot=False) for plane in ('XY', 'XZ', 'YZ')]
     show(vplot(*plots))
コード例 #3
0
 def plot_plane(self, plane='XY', show_steps=True):
     vis.plot_plane(self, plane=plane, show_steps=show_steps)
コード例 #4
0
ファイル: orbit.py プロジェクト: helgee/plyades
 def plot_plane(self, plane='XY', show_steps=True):
     vis.plot_plane(self, plane=plane, show_steps=show_steps)