SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
150 stars 21 forks source link

Fix PlotGrid grid row ordering #61

Closed ArtificialPB closed 3 years ago

ArtificialPB commented 3 years ago

Previous implementation did not sort the map by keys, occasionally causing random row order. New implementation sorts the intermediary map by its keys (rows) in ascending order to have consistent ordering.

ArtificialPB commented 3 years ago

Good to know. Current plot layouts are a bit clumsy.

I assume, at the moment, the recommended way to layout plots is to use kotlinx/html elements directly?

altavir commented 3 years ago

Indeed. It is much simpler.