Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have branch with animated circles/heatmap/clipping experiment #127

Open
peterdesmet opened this issue Jun 13, 2015 · 5 comments
Open

Have branch with animated circles/heatmap/clipping experiment #127

peterdesmet opened this issue Jun 13, 2015 · 5 comments
Assignees

Comments

@peterdesmet
Copy link
Member

I think it's useful to be able to go back to these features. Either we tag them in some way or we create branch with all of those.

@bartaelterman, what do you think would be the best way.

@peterdesmet peterdesmet self-assigned this Jun 13, 2015
@peterdesmet peterdesmet modified the milestone: Visualization is ready for publication Jun 13, 2015
@peterdesmet
Copy link
Member Author

Decided to create tags:

@peterdesmet
Copy link
Member Author

Bart, can you create a release for the heatmap experiment and maybe close the branch?

@peterdesmet peterdesmet removed this from the Ready for publication milestone Jul 12, 2016
@peterdesmet
Copy link
Member Author

@bartaelterman, in what branch is the heatmap code for the flow viz? Can we create a pre-release for it?

Also, any more relevant info in these branches that is not included in any of the releases?

@bartaelterman
Copy link
Contributor

The timechart-overview branch is quite interesting. It contains the the density as a scatterplot at the bottom of the viz. We wanted a line chart however, so that's why we never released it. But still a useful feature.

The heatmap code is in the context branch. If I checkout that branch and do a git log | less I can find a commit (f1ab469) that says show density heatmap. However, that code is broken. It turns out it cannot find the files in the ../data/ folder (even if you start your server in the viz folder, which is expected). You can fix that, by modifying the paths in settings.js. Make them all /data (so remove the two dots) and then launch your server in the root folder instead of in the viz folder. In my case, that works. I can now run a visualization with density displayed as a heatmap. The time chart is apparently also in here, but it's not interactive.

However, bear in mind that this code was done on an old version of the code. I'm not sure whether it will be easy to do on the new version.

screen shot 2016-07-13 at 09 35 33

@peterdesmet
Copy link
Member Author

Ok, will keep the two branches in case we have a chance to revisit this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants