lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

'set_theme()' should accept "feature list"

Open alshan opened this issue 3 years ago • 1 comments

LetsPlot.set_theme(theme_bw()+flavor_solarized_dark())

ValueError: Wrong option type. Expected theme but was feature-list.

Or provide other way, perhaps:

LetsPlot.set_flavor(flavor_solarized_dark())

alshan avatar Dec 16 '22 20:12 alshan

Related issue in LPK concerning default color palettes: https://github.com/JetBrains/lets-plot-kotlin/issues/213

alshan avatar Oct 10 '23 19:10 alshan

Fixed via 0b34814ec93de81317e0ec99ab77164f3f9a5669

RYangazov avatar Apr 16 '24 13:04 RYangazov