Skip to content

Commit

Permalink
#617 codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Sep 30, 2019
1 parent 0f0a1fe commit ce9c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/SPM_compare_particle_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

# plot
def plot(t):
fig, _ = plt.subplots(figsize=(15, 8))
plt.subplots(figsize=(15, 8))
plt.subplot(121)
plt.xlabel(r"$r_n$")
plt.ylabel("Negative particle concentration [mol.m-3]")
Expand Down

0 comments on commit ce9c04c

Please sign in to comment.