jakobbossek/smoof

plot2DNumeric: plot on log scale

berndbischl opened this issue · 1 comments

is it somehow supported to plot on logscale.

eg consider the branin function. its structure is much better visible on logscale

Added parameter log.scale to autoplot function.

fn = makeBraninFunction()
pl = autoplot(fn, render.levels = TRUE, log.scale = TRUE)
print(pl)