plot2DNumeric: plot on log scale
berndbischl opened this issue · 1 comments
berndbischl commented
is it somehow supported to plot on logscale.
eg consider the branin function. its structure is much better visible on logscale
jakobbossek commented
Added parameter log.scale
to autoplot
function.
fn = makeBraninFunction()
pl = autoplot(fn, render.levels = TRUE, log.scale = TRUE)
print(pl)