Skip to content

Commit

Permalink
#2 correcting doc on @density
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 24, 2024
1 parent 67cd02d commit 8d2c24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Tools/Visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following attribute values have a special meaning. Instead of using an attri
- `@INDEX`: the index of the *other* value within the input file is used.
- `@RANK`: the index of the *other* value within the sorted (descending) list of values is used
- `@COUNT`: the number of occurences of the *other* value is used. Together with option **--barplot** or **-hbarplot** this gives a histogram. Binning size can be set via options **--xbin** and **--ybin**.
- `@DENSITY`: the number of occurences of the *other* value is used, normalized by the total number of values. The *other* values are ordered by number of occurences.
- `@DENSITY`: the number of occurences of the *other* value is used, normalized by the total number of values.
- `@BOX`: one or more [box plots](https://en.wikipedia.org/wiki/Box_plot) of the *other* value are drawn. The **--idattr** is used for grouping and there will be one box plot per id
- `@NONE`: can be used with option **--idattr** to explicitly avoid grouping

Expand Down

0 comments on commit 8d2c24c

Please sign in to comment.