Pavel Gorgulov

Results 167 comments of Pavel Gorgulov

@AndreiKingsley In what form and how can users currently reuse plots or different settings?

When we write an example of this case, we'll check this in practice. If everything goes well, I'll close this issue

Depends on #172

``` fun plotFuns(xs: List, fns: List Long>) = plot { val n = fns.size line { x(xs.repeatList(n)) y(fns.flatMap { f -> xs.map(f) }) color((1..n).flatMap { i -> List(xs.size) { i...

> Do we still need it? Yes, we need this Current options do not look convenient and are limited

@AndreiKingsley What's with this task?

also add percentages

@AndreiKingsley What's the state of this issue? Are we including it in the next release?

Okay, Is there a corresponding issue in lets-plot that we can track?