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

snapshot...

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