Skip to content
Snippets Groups Projects
Commit d71754bb authored by tomrink's avatar tomrink
Browse files

snapshot...

parent edd60a10
Branches
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ def plot_image(image, fname=None, cmap='Greys', vmin=None, vmax=None): ...@@ -181,7 +181,7 @@ def plot_image(image, fname=None, cmap='Greys', vmin=None, vmax=None):
# Save to file # Save to file
if fname is not None: if fname is not None:
ImageDirAndName = os.path.join('/Users/tomrink', fname) ImageDirAndName = os.path.join(homedir, fname)
Fig.savefig(ImageDirAndName) Fig.savefig(ImageDirAndName)
else: else:
Fig.show() Fig.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment