Skip to content

Commit

Permalink
Update the command line API for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed May 21, 2024
1 parent 1dd41e6 commit 621b37d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions preparing-data/command-line-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,18 @@ _This subcommand formats your data for **`dms-viz`**. Below is a description of

A short title to appear above the plot.

- ### `--floor`

`<bool>`

Set the default of whether the data will be floored at 0. Takes a boolean, either `True` or `False`.

- ### `--summary-stat`

`<string>`

Set the default summary statistic to either `min`, `max`, `mean`, `median`, or `sum`.

## `configure-dms-viz join`

_This subcommand joins multiple formatted `.json` datasets into one that you can then visualize with **`dms-viz`**. Below is a description of each argument._
Expand Down

0 comments on commit 621b37d

Please sign in to comment.