lets-plot-kotlin v0.0.20-SNAPSHOT Release Notes

Release Date: 2020-06-25 // almost 4 years ago
  • โž• Added

    • facet_grid()
    • ๐Ÿ›  coord_fixed()
    • labs(), xlab(), ylab()
    • lims(), xlim(), ylim()
    • Geoms:
      • geom_jitter()
      • geom_bin2d(), stat_bin2d()
      • geom_contour(), stat_contour()
      • geom_contourf()
      • geom_density2d(), stat_density2d()
      • geom_density2df()
      • geom_smooth(), stat_smooth()
      • stat_bin()
    • Manual scales:
      • scale_fill_manual(), scale_color_manual()
      • scale_size_manual()
      • scale_shape_manual()
      • scale_linetype_manual()
      • scale_alpha_manual()
    • Identity scales:
      • scale_color_identity(), scale_fill_identity()
      • scale_shape_identity()
      • scale_linetype_identity()
      • scale_alpha_identity()
      • scale_size_identity()
    • Positional scales:
      • scale_x_continuous(), scale_y_continuous()
      • scale_x_discrete(), scale_y_discrete()
    • Brewer color scales:
      • scale_color_brewer(), scale_fill_brewer()

    ๐Ÿ”„ Changed

    • theme() is now a fluent interface.

    ๐Ÿ›  Fixed:

    • theme composition wasn't working.