We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf4137 commit 4aa305bCopy full SHA for 4aa305b
1 file changed
autogalaxy/analysis/plotter_interface.py
@@ -65,6 +65,8 @@ def __init__(self, image_path: Union[Path, str], title_prefix: str = None):
65
A string that is added before the title of all figures output by visualization, for example to
66
put the name of the dataset and galaxy in the title.
67
"""
68
+ from pathlib import Path
69
+
70
self.image_path = Path(image_path)
71
self.title_prefix = title_prefix
72
0 commit comments