diff options
Diffstat (limited to 'src/research.py')
-rw-r--r-- | src/research.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/research.py b/src/research.py index d660f8e..2a59c49 100644 --- a/src/research.py +++ b/src/research.py @@ -34,7 +34,7 @@ class Research: if iteration % 10 == 0 or iteration == 1: if preview or save_plot: - self.plotter.plot(self.model) + self.plotter.plot(self.model, normalize=False, density=1) if preview: self.plotter.show() if save_plot: |