Changes
Page history
Fix #x evaluating to issue references
authored
Oct 14, 2019
by
Georg Graßnick
Hide whitespace changes
Inline
Side-by-side
EndUserDocumentation.md
View page @
bfcfafaf
...
...
@@ -159,10 +159,10 @@ At the moment of writing, the following patterns are supported:
|Column 1|Column 2|
|---|---|
|${Name_of_sample
#
1}|${Value_for_sample
#
1}|
|${Name_of_sample
#
2}|${Value_for_sample
#
2}|
|${Name_of_sample
_
1}|${Value_for_sample
_
1}|
|${Name_of_sample
_
2}|${Value_for_sample
_
2}|
|...|...|
|${Name_of_sample
#
n}|${Value_for_sample
#
n}|
|${Name_of_sample
_
n}|${Value_for_sample
_
n}|
[
Example File
](
https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/blob/master/src/main/resources/examples/csv/0_bar_chart.csv
)
...
...
@@ -174,11 +174,11 @@ At the moment of writing, the following patterns are supported:
|Column 1|Column 2|Column 3|...|Column n|
|---|---|---|---|---|
||${Name_of_category
#
1}|${Name_of_category
#
2}|...|${Name_of_category
#
n}
|${Name_of_dataset
#
1}|${Value
#
1_for_dataset
#
1_in_category
#
1}|${Value
#
2_for_dataset
#
1_in_category
#
2}|...|${Value
#
n_for_dataset
#
1_in_category
#
n}|
|${Name_of_dataset
#
2}|${Value
#
1_for_dataset
#
2_in_category
#
1}|${Value
#
2_for_dataset
#
2_in_category
#
2}|...|${Value
#
n_for_dataset
#
2_in_category
#
n}|
||${Name_of_category
_
1}|${Name_of_category
_
2}|...|${Name_of_category
_
n}
|${Name_of_dataset
_
1}|${Value
_
1_for_dataset
_
1_in_category
_
1}|${Value
_
2_for_dataset
_
1_in_category
_
2}|...|${Value
_
n_for_dataset
_
1_in_category
_
n}|
|${Name_of_dataset
_
2}|${Value
_
1_for_dataset
_
2_in_category
_
1}|${Value
_
2_for_dataset
_
2_in_category
_
2}|...|${Value
_
n_for_dataset
_
2_in_category
_
n}|
|...|...|...|...|...|
|${Name_of_dataset
#
n}|${Value
#
1_for_dataset
#
n_in_category
#
1}|${Value
#
2_for_dataset
#
n_in_category
#
2}|...|${Value
#
n_for_dataset
#
n_in_category
#
n}|
|${Name_of_dataset
_
n}|${Value
_
1_for_dataset
_
n_in_category
_
1}|${Value
_
2_for_dataset
_
n_in_category
_
2}|...|${Value
_
n_for_dataset
_
n_in_category
_
n}|
[
Example File
](
https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/blob/master/src/main/resources/examples/csv/0_bar_chart_categorical_vertical.csv
)
...
...
@@ -189,13 +189,13 @@ At the moment of writing, the following patterns are supported:
|Column 1|Column 2|Column 3|...|Column n|
|---|---|---|---|---|
|${Name_of_dataset
#
1}|${XValue
#
1_for_dataset
#
1}|${XValue
#
2_for_dataset
#
1}|...|${XValue
#
n_for_dataset
#
1}
||${YValue
#
1_for_dataset
#
1}|${YValue
#
2_for_dataset
#
1}|...|${YValue
#
n_for_dataset
#
1}
|${Name_of_dataset
#
2}|${XValue
#
1_for_dataset
#
2}|${XValue
#
2_for_dataset
#
2}|...|${XValue
#
n_for_dataset
#
2}
||${YValue
#
1_for_dataset
#
2}|${YValue
#
2_for_dataset
#
2}|...|${YValue
#
n_for_dataset
#
2}
|${Name_of_dataset
_
1}|${XValue
_
1_for_dataset
_
1}|${XValue
_
2_for_dataset
_
1}|...|${XValue
_
n_for_dataset
_
1}
||${YValue
_
1_for_dataset
_
1}|${YValue
_
2_for_dataset
_
1}|...|${YValue
_
n_for_dataset
_
1}
|${Name_of_dataset
_
2}|${XValue
_
1_for_dataset
_
2}|${XValue
_
2_for_dataset
_
2}|...|${XValue
_
n_for_dataset
_
2}
||${YValue
_
1_for_dataset
_
2}|${YValue
_
2_for_dataset
_
2}|...|${YValue
_
n_for_dataset
_
2}
|...|...|...|...|...|
|${Name_of_dataset
#
n}|${XValue
#
1_for_dataset
#
n}|${XValue
#
2_for_dataset
#
n}|...|${XValue
#
n_for_dataset
#
n}
||${YValue
#
1_for_dataset
#
n}|${YValue
#
2_for_dataset
#
n}|...|${YValue
#
n_for_dataset
#
n}
|${Name_of_dataset
_
n}|${XValue
_
1_for_dataset
_
n}|${XValue
_
2_for_dataset
_
n}|...|${XValue
_
n_for_dataset
_
n}
||${YValue
_
1_for_dataset
_
n}|${YValue
_
2_for_dataset
_
n}|...|${YValue
_
n_for_dataset
_
n}
[
Example File
](
https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/blob/master/src/main/resources/examples/csv/1_scatter_plot.csv
)
...
...
...
...