We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ad608 commit 4428494Copy full SHA for 4428494
R/renderExampleRunPlotMultiObj.R
@@ -73,7 +73,7 @@ renderExampleRunPlot.MBOExampleRunMultiObj = function(object, iter, densregion =
73
makeXPlot = function(data.x, idx, idx.nsga2.paretofront, method, x.name, crit.name,
74
models, control, par.set, opt.path, points.per.dim, iter, propose.points, object, colors) {
75
pl.xspace = ggplot2::ggplot()
76
- pl.xspace = pl.xspace + ggplot2::guides(colour = FALSE, shape = FALSE)
+ pl.xspace = pl.xspace + ggplot2::guides(colour = "none", shape = FALSE)
77
78
gg.points.xspace = getPlotData(data.x, idx, idx.nsga2.paretofront, x.name)
79
# first, fill background if possible. note: 2 different plots for mspot since
0 commit comments