Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak-dv committed Aug 13, 2024
1 parent c31dca8 commit c4b9ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/io/visualization/how_to_liv_plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"metadata": {},
"source": [
"### Plotting a specific number of bins\n",
"You can regroup the bins with broader or narrower widths within the same velocity range using `num_bins`."
"You can regroup the bins with broader widths within the same velocity range using `num_bins`."
]
},
{
Expand Down Expand Up @@ -415,7 +415,7 @@
"metadata": {},
"source": [
"### Plotting a specific number of bins\n",
"You can regroup the bins with broader and narrower widths within the same velocity range using `num_bins`."
"You can regroup the bins with broader widths within the same velocity range using `num_bins`."
]
},
{
Expand All @@ -424,7 +424,7 @@
"metadata": {},
"outputs": [],
"source": [
"plotter.generate_plot_ply(species_list = [\"Si I-III\", \"Ca\", \"S\"], num_bins=21)"
"plotter.generate_plot_ply(species_list = [\"Si I-III\", \"Ca\", \"S\"], num_bins=10)"
]
},
{
Expand Down

0 comments on commit c4b9ff8

Please sign in to comment.