Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into encounter_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 30, 2022
2 parents 555cb8f + e712959 commit eecb2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Fragmentation/Fragmentation_Movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def setup_plot(self):
scale_frame = abs(sim.data['xhy'].isel(time=0, name=1).values) \
+ abs( sim.data['xhy'].isel(time=0, name=2).values)
ax = plt.Axes(fig, [0.1, 0.1, 0.8, 0.8])
self.ax_pt_size = figsize[0] * 0.8 * 72 / (2 * scale_frame)
self.ax_pt_size = figsize[0] * 0.8 * 72 / scale_frame
ax.set_xlim(-scale_frame, scale_frame)
ax.set_ylim(-scale_frame, scale_frame)
ax.set_xticks([])
Expand Down

0 comments on commit eecb2fc

Please sign in to comment.