Skip to content

Commit

Permalink
Switch to Lets-Plot Kotlin API 0.0.18-SNAPSHOT
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alshan committed Jun 10, 2020
1 parent ab4b6ec commit f2ec22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/lets-plot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"properties": {
"libraryVersion": "1.4.2",
"apiVersion": "0.0.17-SNAPSHOT",
"apiVersion": "0.0.18-SNAPSHOT",
"isolatedFrame": ""
},
"link": "https://github.com/JetBrains/lets-plot-kotlin",
Expand Down

0 comments on commit f2ec22b

Please sign in to comment.