Genie Discord forum

Author Avatarkungfupanda007
3/14/2023, 6:35:02 AM

I am using PlotData() and stippleplotly.

PlotData( y = 1:1000, x = 1:1000, plot = StipplePlotly.Charts.PLOT_TYPE_LINE, name = "A", ), PlotData( y = 1:1000, x = 1:1000, plot = StipplePlotly.Charts.PLOT_TYPE_LINE, name = "B", )

Author Avatarabhimanyuaryan
3/17/2023, 9:29:17 AM

can you show an example from plotly or any other charting library so I can understand what is it you are trying to draw?

Author Avatarkungfupanda007
3/17/2023, 9:47:48 AM

I want to draw 2 line charts with dual-y axis both on left and right

Author Avatarabhimanyuaryan
3/19/2023, 5:47:36 PM

you are doing it right. You need to use that data array in plot(:data, ....)