lets-plot-kotlin v3.1.1 Release Notes

Release Date: 2021-12-13 // over 2 years ago
  • โž• Added

    • scaleXTime() and scaleYTime().

    See: example notebook.

    • plotBackground, legendBackground parameters in theme() [#485].
    • axisOntop, axisOntopX, axisOntopY parameters in theme()

    ๐Ÿ›  Fixed

    • It should automatically stringify enums [#97].
    • Coord system limits do not work with x/y scale with transform [#474].
    • Provide 0-23 hour formatting [#469].
    • No tooltip shown when I'm trying to add an empty line [#382].
    • ๐Ÿ›  coord_fixed() should adjust dimensions of "geom" panel accordingly [#478].
    • The tooltip dependence on number of factors works separately by layers [#481].
    • Tooltip on y-axis looks wrong [#393].
    • Is kotlin-reflect really needed for lets-plot? [#471].