Skip to content

Commit

Permalink
update to sim
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 1, 2024
1 parent 16e2f15 commit c763dec
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 17 deletions.
4 changes: 3 additions & 1 deletion bio_check/verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ def visualize(
output_start (int): start time of simulation output recording.
output_end (int): end time of simulation output recording.
num_points (int): number of points in simulation output time series.
hue (str): hue upon which the linplot colors are based. Options are: `'simulators'` or `'species'`. Defaults to 'simulators'.
hue (str): hue upon which the line plot colors are based. Options are: `'simulators'` or `'species'`. Defaults to 'simulators'.
If `'simulators'` is passed, each column will be of its own color. If `'species'` is passed, each row will be of its
own color.
use_grid (bool): whether to use a grid for each subplot. Defaults to False.
export_plot (bool): whether to export plots to a pdf file. Defaults to False.
Expand Down
73 changes: 57 additions & 16 deletions demos/bio_check_demo.ipynb

Large diffs are not rendered by default.

0 comments on commit c763dec

Please sign in to comment.