What timeline/visualizer APP is a good choice for Apple platform, I feel like I have a real time-blindness problem on the Micro and Macro scales and I need to get a better tool to compensate for that?

Dont care if its paid or foss, I just want something that is intuitive and aesthetic if possible but that can help make sense of stuff

Hopefully really brings timelines and dates to life/alive! :)

4 points · 1 comments · view on lemmy.world

1 Comments

tal@lemmy.today · 2 pts · 2d

Well...I'm sure that GNU R can do timelines in that it can visualize pretty much any collection of data on a computer anyhow you want, but that's going to involve a pretty substantial learning curve; it probably won't meet your bar for being "intuitive". It's a programming language for statistical analysis and visualization. It'd be most useful if you already have a lot of data in some kind of computer-readable format that you want to visualize at scale.

searches

Here's an R package, timevis, which does some of this stuff:

https://github.com/daattali/timevis/

There's another, vistime:

https://github.com/shosaco/vistime/

If you have an example image of the sort that you want to create, that might help people give recommendations.

Like, you talk about different timescales. Are you wanting something that can simultaneously display stuff at geologic timescales and daily stuff? Do you want to generate static images? Just be able to zoom in and out yourself?