Antoine Guillot
Antoine Guillot
Hello, Yes you're right, this may be an issue, I'llhave a look at it this week-end. Currently, I do not think this is possible to pass NA values.
Hello, would you have a reproducible exemple ?
Hello Olivier, I have been able to replicate the bug, I think i have a fix for the single plot case, but it seems tricky when there are multiple plots....
> Is there a way to limit the number of colors to only a specified subset of the steps/levels in the data? Currently, there is not. I hope to be...
Actually, you can only use a numeric variable as color when you use a variable from the dataframe, since we are doing some aggregations, we cannot deal with categorical variable...
This should work (a quote disappeared in GitHub): ``` ## Loading packages library("data.table") library("D3partitionR") library(titanic) require(magrittr) require(RColorBrewer) ## Reading data titanic_data = data.table(titanic::titanic_train) ##Agregating data to have unique sequence for...
It's possible but tedious, you have to manually add the color for each of the child nodes using the function set_discrete_color_scale.
No, currently it is only on the github version.
You're right, there is a bug in there. I will look into it.
This should be corrected in the dev branch.