MCPcopy
hub / github.com/MichaelGrupp/evo / close

Method close

evo/tools/plot.py:255–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 plt.show()
254
255 def close(self) -> None:
256 for name, fig in self.figures.items():
257 plt.close(fig)
258
259 def export(self, file_path: str, confirm_overwrite: bool = True) -> None:
260 base, ext = os.path.splitext(file_path)

Callers 10

plot_resultFunction · 0.95
runMethod · 0.80
evaluate_rpe.pyFile · 0.80
evaluate_ate.pyFile · 0.80
exportMethod · 0.80
save_res_fileFunction · 0.80
load_trajectoriesFunction · 0.80
exportFunction · 0.80
load_trajectoriesFunction · 0.80

Calls

no outgoing calls

Tested by 1