コード例 #1
0
 def plot_history(self, **kwargs):
     ''' Convenience wrapper for history() in plot module. '''
     return plot.history(self, **kwargs)
コード例 #2
0
ファイル: test_plots.py プロジェクト: hedwigeisenbarth/scythe
 def test_evolution_plot(self):
     sp.history(self.generator)
コード例 #3
0
ファイル: generate.py プロジェクト: hedwigeisenbarth/scythe
 def plot_history(self, **kwargs):
     ''' Convenience wrapper for history() in plot module. '''
     return plot.history(self, **kwargs)
コード例 #4
0
ファイル: test_plots.py プロジェクト: hedwigeisenbarth/scythe
 def test_evolution_plot(self):
     sp.history(self.generator)