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

Switch to Lets-Plot Kotlin API 0.0.18-SNAPSHOT #82

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Switch to Lets-Plot Kotlin API 0.0.18-SNAPSHOT #82

merged 1 commit into from
Jun 10, 2020

Conversation

alshan
Copy link
Contributor

@alshan alshan commented Jun 10, 2020

Added:

  • Geometries:

    • geom_crossbar()
    • geom_errorbar()
    • geom_freqpoly()
    • geom_linerange()
    • geom_pointrange()
    • geom_polygon()
    • geom_ribbon()
    • geom_step()
  • Standardize input data series as List<*>:

    • Iterable<*>
    • Sequence<*>
    • Array<*>
    • ByteArray
    • ShortArray
    • IntArray
    • LongArray
    • FloatArray
    • DoubleArray
    • CharArray
  • Standardize values in the input data series:

    • Date, Instant and ZonedDateTime as the number of milliseconds from the epoch of 1970-01-01T00:00:00Z.
    • Char as string

Fixed:

  • geom_density:
    • defaults: alpha=0, fill=white
    • support weight aesthetic
  • geom_histogram: added 'bin' parameters: binCount, binWidth, center, boundary.

Added:
 - Geometries:
   - geom_crossbar()
   - geom_errorbar()
   - geom_freqpoly()
   - geom_linerange()
   - geom_pointrange()
   - geom_polygon()
   - geom_ribbon()
   - geom_step()

 - Standardize input data series as List<*>:
   - Iterable<*>
   - Sequence<*>
   - Array<*>
   - ByteArray
   - ShortArray
   - IntArray
   - LongArray
   - FloatArray
   - DoubleArray
   - CharArray

 - Standardize values in the input data series:
   - Date, Instant and ZonedDateTime as the number of milliseconds from the epoch of 1970-01-01T00:00:00Z.
   - Char as string

Fixed:
 - geom_density:
   - defaults: alpha=0, fill=white
   - support weight aesthetic
 - geom_histogram: added 'bin' parameters: binCount, binWidth, center, boundary.
(cherry picked from commit f2ec22b)
@ileasile ileasile merged commit d0bb8f3 into Kotlin:master Jun 10, 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