explorable-viz / fluid

Data-linked visualisations

Home Page:http://f.luid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistent array/list indexing

JosephBond opened this issue · comments

Currently array indexing is 1-based, and list indexing is 0-based. this makes, in particular, the array indexing in the DTW example needlessly complex, as things don't line up. We should move to representing both sets of indices as either 0 or 1 indexed

Bumped to Pending.