Faizan Uddin Fahad Khan

Results 17 comments of Faizan Uddin Fahad Khan

Ok then. I will alter the implementation of the axes updates a bit (choice 2). It should benefit us in the future and is a better programming practice. As for...

To be fair, I have not worked with Inf values much, so I do not yet know how different geoms respond to it in `ggplot2`. I will cook up some...

I tried to create various cases for `Inf` values for different geoms, and I think `ggplot2` always does the same: replace the values with the most extreme values in the...

@dhruvarora93 Could try out this in a fresh session and report the output: ``` library(animint) mtcars$cyl

@dhruvarora93 Is the output interactive? Try clicking on the "cyl" legend entries to change the plotted data subset.

@dhruvarora93 I can't seem to pinpoint the issue with the animint example. Could you try some examples from the [tests that we have](https://github.com/tdhock/animint/tree/master/tests/testthat) and see if they turn up an...

Hi @lazycipher, regarding this issue, you will first need a little bit of understanding of how we compute the scale ranges to render the axes for different subsets of data....