As a quick followup: When I use the same data with...
# datascience
c
As a quick followup: When I use the same data with JFreeChart, the graph looks as expected. So I’m suspecting something specific to LetsPlot.
i
What kind of objects do you have in the 'date-time' data series (i.e. on the x-axis)?
Never mind, it was in your earlier message... Kotlinx Instant is not currently supported. Please try to convert all 'Instant' values to Double - milliseconds since Unix epoch.