Open tmss1 opened 1 year ago
thanks for reporting @tmss1
Not only is this not working in the latest development version yet, now even the argument strat.color
has stopped working, which was at least able to plot colours by group. It is no longer working now and generate the same plot with or without.
ctr %>% pmx_plot_dv_pred()
ctr %>% pmx_plot_dv_pred(strat.color="HEM")
# No colour!
Describe the bug For
pmx_plot_dv_pred
,pmx_plot_dv_ipred
,pmx_plot_npde_pred
,pmx_plot_npde_time
, and likely other related plots, ifstrat.color
andpoint=...
for geom point aesthetics are both used, onlystrat.color
is preserved.For example,
alpha
for points was lost whenstrat.color
was added: