Export functionality for ILNumerics (http://ilnumerics.net/) scene graphs and plot cubes to XPlot XPlot (interactive data visualization package) with plotly backend.
Export scene to XPlot (plotly) chart:
var plotlyChart = ILN2XPlotExport.Export(scene);
As of today (Jan 2023) only LinePlot is supported.
ILN2XPlot is licensed under the terms of the MIT license (http://opensource.org/licenses/MIT, see LICENSE.txt).