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

Axes updates for plots #170

Open
faizan-khan-iit opened this issue Sep 2, 2016 · 1 comment
Open

Axes updates for plots #170

faizan-khan-iit opened this issue Sep 2, 2016 · 1 comment

Comments

@faizan-khan-iit
Copy link
Collaborator

Currently, (through this PR) we have axes updates for most geoms. The computation for data subsets to be used during updates is done in the compiler. This works for most cases, but due to the limitations of the compiler, it does not work properly for some examples: https://github.com/tdhock/animint-examples/blob/master/examples/chip.seq.R#L247

We want axes updates to handles all the cases of single selection variables. One possible solution, as @tdhock suggested, would be to move the whole computation to the renderer, since there seems to be no efficient way to handle this in the compiler.

Any other suggestions?

@tdhock
Copy link
Owner

tdhock commented Sep 12, 2016

thanks for creating an issue for 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