Andrei Kislitsyn

Results 152 issues of Andrei Kislitsyn

Add copy() method for MutableNDBuffer.

feature

It seems like there shouldn't be a problem with `kotlinx.datetime.LocalDateTime` support, but this's not supported right now.

At the moment, the legends are based on mappngs/scales. Beyond that, however, it would be nice to be able to create a legend completely manually, without being tied to other...

*

add `scale_x_date()`/`scale_y_date()`

*

Now we can specify a value in the scale that will be used for null values, but it would be great if it were displayed in the legend (including in...

*

Add `linetype` for theme elements with behaviour similar to `linetypes` in geoms.

Why does "group" work that way with a coordinate variable?

For example, here, I want to hide main tooltips, anв still have the sides:

With default (continuous) scale it works well: ``` import java.time.Instant.parse val instants = listOf( "2021-01-01T00:00:00Z", "2021-02-23T00:00:00Z", "2021-04-03T00:00:00Z", "2021-05-04T00:00:00Z", "2021-10-05T00:00:00Z" ).map(::parse) val daysData = mapOf( "days" to instants, "val" to (1..instants.size)...

``` val plot = letsPlot(dataset) + geomLine { x = "stage" y = "value" color = asDiscrete("id") } val processedSpec = MonolithicCommon.processRawSpecs(plot.toSpec(), frontendOnly = false) val panel = DefaultPlotPanelBatik( processedSpec...