Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Lets-Plot Kotlin API to v. 0.0.22-SNAPSHOT #85

Merged
merged 1 commit into from
Jul 2, 2020
Merged

Upgrade Lets-Plot Kotlin API to v. 0.0.22-SNAPSHOT #85

merged 1 commit into from
Jul 2, 2020

Conversation

alshan
Copy link
Contributor

@alshan alshan commented Jul 1, 2020

[0.0.22-SNAPSHOT]

Added

  • facet_grid()
  • coord_fixed()
  • labs(), xlab(), ylab()
  • lims(), xlim(), ylim()
  • as_discrete()
  • 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()
  • scale_shape()

Changed

  • scale_color_grey(), scale_fill_grey() : arguments start, end are now in range [0,1] (before was [0,100]).
  • Parameter mapping (lambda) has been moved to the last position to allow the value to be outside parentheses.
  • theme() is now a fluent interface.

Fixed:

  • theme composition wasn't working.

@ileasile ileasile merged commit 221d445 into Kotlin:master Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants