Kotlin / kandy

Kotlin plotting library.
https://kotlin.github.io/kandy/
Apache License 2.0
581 stars 12 forks source link

Lazy calculations #58

Open AndreiKingsley opened 1 year ago

AndreiKingsley commented 1 year ago

Give the user the ability to control the timing of calculations (stats, etc.)

devcrocod commented 1 year ago

@AndreiKingsley Could you provide more details about this issue?

AndreiKingsley commented 1 year ago

No we evaluate all data transformation inside the DSL, but sometimes we want to postpone these calculations.

devcrocod commented 1 year ago

I think we should discuss about this