Skip to content

Commit 4428494

Browse files
committed
adjust ggplot2::guides() args to most recent version
1 parent 17ad608 commit 4428494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/renderExampleRunPlotMultiObj.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ renderExampleRunPlot.MBOExampleRunMultiObj = function(object, iter, densregion =
7373
makeXPlot = function(data.x, idx, idx.nsga2.paretofront, method, x.name, crit.name,
7474
models, control, par.set, opt.path, points.per.dim, iter, propose.points, object, colors) {
7575
pl.xspace = ggplot2::ggplot()
76-
pl.xspace = pl.xspace + ggplot2::guides(colour = FALSE, shape = FALSE)
76+
pl.xspace = pl.xspace + ggplot2::guides(colour = "none", shape = FALSE)
7777

7878
gg.points.xspace = getPlotData(data.x, idx, idx.nsga2.paretofront, x.name)
7979
# first, fill background if possible. note: 2 different plots for mspot since

0 commit comments

Comments
 (0)