Skip to content

Commit 2a7bad8

Browse files
authored
Merge branch 'master' into master
2 parents 98f306b + 657571c commit 2a7bad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ParticleSpy/ptcl_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def append(self,particle):
117117

118118
def save(self,filename):
119119
save_plist(self,filename)
120-
120+
121121
def plot(self,prop_list=['area'],**kwargs):
122122
"""
123123
Plots properties of all particles in the Particle_list.

0 commit comments

Comments
 (0)