Skip to content

Commit

Permalink
better param clarification in doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Mar 5, 2024
1 parent 1dd0e65 commit 1b6861b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmeutils/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,8 @@ def concentration_profile(snap, A_indices, B_indices, n_bins=70, box_axis=0):
n_bins : int, optional, default 70
Number of bins for the concentration profile.
box_axis : int, optional, default 0
Index of the box edge along which the concentration
profile is calculated. Box indices are [x, y, z].
Index of the box edge that the concentration profile is calculated.
Options are 0, 1, or 2 which correspond to [x, y, z].
Returns
-------
Expand All @@ -759,7 +759,7 @@ def concentration_profile(snap, A_indices, B_indices, n_bins=70, box_axis=0):
Notes
-----
Use this to create a concentration profile plot of "left" species
and "right" species in the simulations volume.
and "right" species in the simulation's volume.
Example::
# Plot the concentration profile for a snapshot with 200 particles
Expand Down

0 comments on commit 1b6861b

Please sign in to comment.