Skip to content

Commit

Permalink
#2 doc #14843
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 8, 2024
1 parent cfd16b7 commit c5fcf71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/web/docs/Tools/Visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The script supports the following distinct styles of plots:
The following attribute values have a special meaning. Instead of using an attribute from the input file they derive a value based on the *other* attribute. (i.e. the special attribute is set for **--xattr** then the *other* value is given by the **--yattr**).

- `@INDEX`: the index of the *other* value within the input file is used.
- `@FILE`: the (shortened) input file name is used (useful when plotting one value per file)
- `@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.
Expand Down

0 comments on commit c5fcf71

Please sign in to comment.