kandy
kandy copied to clipboard
Kotlin plotting library.
Let's plot allows an axis to be scaled as a continuous time delta or "duration". I currently cannot find a way to easily plot a `Duration` like a number of...
Flamegraphs are really popular for performance data analysis. So it would be nice to have support to create Flame graphs and icicle graphs.
Lets-plot supports the `spacer_width` setting in pie charts to define, well, the spacer width. This can prevent issues like this: Default:  With spacer_width set to 0.1:  Kandy can...
https://github.com/JetBrains/lets-plot-kotlin/issues/232
## **Describe the bug** When using kandy and statistics with gradle, the resolve with statistical layers doesn't work correctly ## **To Reproduce** 1. Disable k2-kotlin plugin 1. Use any stats...
It's currently duplicating hower-up windows until you move the cursor out of the plot border. IDEA: IntelliJ IDEA 2023.3 RC (Ultimate Edition) Build #IU-233.11799.196, built on November 29, 2023 
Refactor an internal API system (part 1: new class system & remove all internal properties from DSL)
This is the first part of several PRs with internal API redesigns. In this one, I reworked the class system used to build DSLs. The PR is big, but the...
Given the broad scope of this area, an initial research phase is crucial before proceeding to actual implementation. * Data - `lets-plot` geo looks like this: https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/geotools.md - Examine Python's...