You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example. Instead, a DelayedPatchworkPlot is returned, which causes patchwork::wrap_plots() to be called for plotting. We should probably try to avoid this if possible, since being able to modify autoplot()-plots post-hoc would be very useful.
The text was updated successfully, but these errors were encountered:
it appears that autoplot() for OptimInstanceSingleCrit with default args does not really return a ggplot-like object. One cannot do
for example. Instead, a
DelayedPatchworkPlot
is returned, which causespatchwork::wrap_plots()
to be called for plotting. We should probably try to avoid this if possible, since being able to modify autoplot()-plots post-hoc would be very useful.The text was updated successfully, but these errors were encountered: