Exemple #1
0
	def plot(self, ylim_low, ylim_high):
		gens = self.results['gen'][:, 0][self.results['gencost'][:,4] > 0]
		
		draw_nasty_profile(self.results, (ylim_low, ylim_high))
		draw_nice_hists(gens, self.results)
Exemple #2
0
	def plot_profile(self, ylim_low, ylim_high):
		draw_nasty_profile(self.results, (ylim_low, ylim_high))