Skip to content

Commit e5ed003

Browse files
committed
TEST: comment plt.show()
1 parent 5172c3d commit e5ed003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/view_integ_stats/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
fig, ax = pygrt.utils.plot_statsdata_ptam(data1, data2, ptamdata, dist, "DC", "2", "2")
1414
# fig.tight_layout()
1515
# fig.savefig("view_stats.png", dpi=100, bbox_inches='tight')
16-
plt.show()
16+
# plt.show()

0 commit comments

Comments
 (0)