//import hep.dataforge.vision.plotly.withPlotly import hep.dataforge.vision.plotly.usePlotly import hep.dataforge.vision.renderVisionsInWindow import hep.dataforge.vision.solid.three.useThreeJs fun main() { usePlotly() useThreeJs() renderVisionsInWindow() }