diff --git a/HISTORY.md b/HISTORY.md index db293332..9635e0cf 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,12 +10,14 @@ * prevent Chrome from crashing when using serial ports on a Mac, thanks, Dariusz! * fixed missing blocks in variadic reporters library, thanks, Brian! * fixed an infinite loop in the signada library, thanks, Bernat! + * fixed missing blocks in bar chars library * **Documentation Updates:** * **Translation Updates:** ### 2022-02-08 * signade library: fixed cached values being stuck forever in edge case, thanks, Bernat! * variadic reporters library: fixed blocks that apparently were "lost in translation" before, thanks, Brian! +* fixed PIPE in bar-charts library ### 2022-02-07 * lists: fixed JSON encoding for nested lists diff --git a/libraries/bar-charts.xml b/libraries/bar-charts.xml index 8c805b89..7fa594c3 100644 --- a/libraries/bar-charts.xml +++ b/libraries/bar-charts.xml @@ -1 +1 @@ -Takes a table (typically from a CSV data set) as input and reports a summary of the table grouped by the field in the specified column number. The remaining three inputs are used only if the field values are numbers, in which case they can be grouped into buckets (e.g., decades, centuries, etc.). Those three inputs specify the smallest and largest values of interest and, most importantly, the width of a bucket (10 for decades, 100 for centuries). If the field isn't numeric, leave these three inputs empty or set them to zero. In that case, each string value of the field is its own bucket, and they appear sorted alphabetically. The block reports a new table with three columns. The first column contains the bucket name or smallest number. The second column contains a nonnegative integer that says how many records in the input table fall into this bucket. The third column is a subtable containing the actual records from the original table that fall into the bucket. If your buckets aren't of constant width, or you want to group by some function of more than one field, load the "Frequency Distribution Analysis" library instead.
ca:gràfica de la taula _ agrupada pel camp: _ des de: _ fins: _ interval: _ 1110
add missing entries to a sorted list. Used for histograms
pt:os itens de _ com a chave _ entre _ e _ com passo _ completados por _ ca:gràfica omplint _ amb clau: _ des de: _ fins: _ interval: _ amb _ 11
pt:a aplicação a _ de _ ca:canalitza _ $arrowRight _ 1
pt:desenha gráfico de barras de _ em (x: _ , y: _ ) com largura _ e altura _ ca:dibuixa gràfic _ a x: _ y: _ amplada: _ alçada: _ -200-100400200If smallest value < 0, the x axis isn't at the bottom. Note that sort is by > not by <. Not clear this can happen in a histogram!max y1ratio1label delta y5010step2190draw x axis at y=00draw y axis902012i15Ready to draw bars.2data90
ca:ordena taula _ pel camp _ en ordre _ ascending descending
ca:agrupa taula _ pel camp _ per intervals de _
\ No newline at end of file +Takes a table (typically from a CSV data set) as input and reports a summary of the table grouped by the field in the specified column number. The remaining three inputs are used only if the field values are numbers, in which case they can be grouped into buckets (e.g., decades, centuries, etc.). Those three inputs specify the smallest and largest values of interest and, most importantly, the width of a bucket (10 for decades, 100 for centuries). If the field isn't numeric, leave these three inputs empty or set them to zero. In that case, each string value of the field is its own bucket, and they appear sorted alphabetically. The block reports a new table with three columns. The first column contains the bucket name or smallest number. The second column contains a nonnegative integer that says how many records in the input table fall into this bucket. The third column is a subtable containing the actual records from the original table that fall into the bucket. If your buckets aren't of constant width, or you want to group by some function of more than one field, load the "Frequency Distribution Analysis" library instead.
ca:gràfica de la taula _ agrupada pel camp: _ des de: _ fins: _ interval: _ 1110
add missing entries to a sorted list. Used for histograms
pt:os itens de _ com a chave _ entre _ e _ com passo _ completados por _ ca:gràfica omplint _ amb clau: _ des de: _ fins: _ interval: _ amb _ 11
pt:desenha gráfico de barras de _ em (x: _ , y: _ ) com largura _ e altura _ ca:dibuixa gràfic _ a x: _ y: _ amplada: _ alçada: _ -200-100400200If smallest value < 0, the x axis isn't at the bottom. Note that sort is by > not by <. Not clear this can happen in a histogram!max y1ratio1label delta y5010step2190draw x axis at y=00draw y axis902012i15Ready to draw bars.2data90
ca:ordena taula _ pel camp _ en ordre _ ascending descending
ca:agrupa taula _ pel camp _ per intervals de _
pt:a aplicação a _ de _ ca:canalitza _ $arrowRight _ 1
\ No newline at end of file