Hi there,
I’m using Julia with PlotlyJS’s parallel coordinates plot.
Is there any way to use string values?
Plot(PlotlyJS.parcoords(dimensions=[attr(range =[1,5], label = "A", values = [4,2]),
attr(label = "B", values = ["a", "b", "c"])]))
Thanks!