lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

add scale date

Open AndreiKingsley opened this issue 2 years ago • 2 comments

add scale_x_date()/scale_y_date()

AndreiKingsley avatar Feb 02 '23 14:02 AndreiKingsley

Why scale_x_datetime() is not sufficient?

alshan avatar May 10 '23 21:05 alshan

It also concerns https://github.com/JetBrains/lets-plot-kotlin/issues/129. For example, I have LocalDate data source.

  1. I should cast it to LocalDateTime and then to Instant to to work with it in the lets-plot.
  2. Side and layer tooltips don't recognise it as date and have a problem with default formatting: image

AndreiKingsley avatar May 24 '23 10:05 AndreiKingsley