replace fig

This commit is contained in:
zhm-real
2020-07-24 00:26:18 -07:00
parent 3daf3d2938
commit ac04f2e67b
2 changed files with 1 additions and 1 deletions
@@ -106,7 +106,7 @@ class ADStar:
self.ComputeOrImprovePath()
self.plot_visited()
self.plot_path(self.extract_path())
plt.plot(self.title)
# plt.plot(self.title)
self.visited = set()
if self.eps <= 1.0:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB

After

Width:  |  Height:  |  Size: 437 KiB