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

Create specialized classes for scatter, histogram etc #32

Closed altavir closed 4 years ago

altavir commented 4 years ago
trace{
  type = Type.histogram
  ...
}

convert to

histogram{
  ...
}