Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions src/web/arr/trove/dcic2024.arr
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ include from BASIC: *, type *, data * end
include tables
include chart
import statistics as S
# import lists as L
# import lists as L
import sets as ST
import constants as C

provide:
get-row,
Expand Down Expand Up @@ -42,7 +43,15 @@ provide:
group,
count,
count-many,
render-chart
render-chart,
pie-chart,
bar-chart,
dot-plot,
labeled-dot-plot
end

provide from C:
E
end

# ----------- TABLE FUNCTIONS -----------
Expand Down