summaryrefslogtreecommitdiff
path: root/src/research.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/research.py')
-rw-r--r--src/research.py2
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: