Skip to content
Snippets Groups Projects
Commit 3705000c authored by Josh Borrow's avatar Josh Borrow
Browse files

Removed border for KHmovie

parent 11d8eebd
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !615. Comments created here will be created in the context of that merge request.
......@@ -91,6 +91,7 @@ if __name__ == "__main__":
# Creation of first frame
fig, ax = plt.subplots(1, 1, figsize=(1, 1), frameon=False)
ax.axis("off") # Remove annoying black frame.
data_x, data_y, density = load_and_extract("kelvinhelmholtz_0000.hdf5")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment