Skip to content
Snippets Groups Projects

Add P-U with M&M Switch

Merged Josh Borrow requested to merge add-morris-and-monaghan into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -91,6 +91,7 @@ if __name__ == "__main__":
@@ -91,6 +91,7 @@ if __name__ == "__main__":
# Creation of first frame
# Creation of first frame
fig, ax = plt.subplots(1, 1, figsize=(1, 1), frameon=False)
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")
data_x, data_y, density = load_and_extract("kelvinhelmholtz_0000.hdf5")
Loading