Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlishaAng committed Nov 5, 2024
1 parent cbdf320 commit 155b15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bursty_dynamics/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def histogram(df, hist=True, set_axis=False, hue=None, **kwargs):
Notes
-----
- If 'hist' is True, it will create separate histograms for 'BP' and 'MC' side by side.
- If 'hist' is True, it will create separate histograms for 'BP' and 'MC' in a vertical layout.
- If 'hist' is 'Both', it will create overlapping histograms for 'BP' and 'MC' on the same plot.
- If 'hist' is 'BP' or 'MC', it will create a histogram for the specified column.
- The `hue` parameter allows for segmented histograms based on the specified column.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'Bursty Dynamics'
copyright = '2024, AI-Multiply'
author = 'Alisha Angdembe'
release = '0.0.3'
release = '0.0.4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 155b15e

Please sign in to comment.