Closed hbaniecki closed 3 years ago
due to the hardcoded scales = "free_x" in facet_wrap. https://github.com/ModelOriented/ingredients/blob/70343335f9c696e4dcdfc127231e7ecd6c17563d/R/plot_aggregated_profiles.R#L154 I propose to add a new scales = "free_x" parameter to the plot.aggregated_profiles_explainer function, so that one could change it to scales = "free_y" with coord_flip() (default will stay the same).
scales = "free_x"
facet_wrap
plot.aggregated_profiles_explainer
scales = "free_y"
coord_flip()
due to the hardcoded
scales = "free_x"
infacet_wrap
. https://github.com/ModelOriented/ingredients/blob/70343335f9c696e4dcdfc127231e7ecd6c17563d/R/plot_aggregated_profiles.R#L154 I propose to add a newscales = "free_x"
parameter to theplot.aggregated_profiles_explainer
function, so that one could change it toscales = "free_y"
withcoord_flip()
(default will stay the same).