We can split the numeric columns into 2 groups and draw 2 charts and stack them vertically. The reason is that currently I am using melt to transform data into density plot, and it does not support multiple columns.
You can extract the charting code into a separate function to reduce DRY
We can split the numeric columns into 2 groups and draw 2 charts and stack them vertically. The reason is that currently I am using melt to transform data into density plot, and it does not support multiple columns.
You can extract the charting code into a separate function to reduce DRY