diff --git a/plots/treeplot.py b/plots/treeplot.py
index c5ec2c074e0b1fead9da2aa92cae5537b09804a3..db5d2d225dbc98a516cf4178d48f7579a0ec584c 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