From bf8d3d1833817533b7f57746178f93521a1b40f9 Mon Sep 17 00:00:00 2001
From: "armindamon.riess" <armindamon.riess@uzh.ch>
Date: Wed, 14 Dec 2022 14:42:46 +0100
Subject: [PATCH] change resolution

---
 plots/treeplot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plots/treeplot.py b/plots/treeplot.py
index c5ec2c0..db5d2d2 100644
--- a/plots/treeplot.py
+++ b/plots/treeplot.py
@@ -19,5 +19,5 @@ for i in range(tree.shape[0]):
     # ax.text(tree[i,0], tree[i,1], str(tree[i,4]), fontsize=8, horizontalalignment='center', verticalalignment='center')
     ax.set_aspect('equal')
 
-plt.savefig("treeplot.png")
+plt.savefig("treeplot.png", dpi=300)
 plt.show()
\ No newline at end of file
-- 
GitLab