3D Graphing

I was needing some 3D Graphs that Xojo does not do with it’s built in graphing tool. I also wanted it to be open source. Plotly.js in the DesktopHtmlViewer was a good fit and fully cross platform. I could not find any examples, so I built some. I have not figured out how to embed Plotly.js in my Xojo desktop application and get it to work. But, calling the https://cdn.plot.ly/plotly-3.7.0.min.js in the opening of the DesktopHtmlViewer works fine. It just means that the application must be an online application. You can get it on GitHub at: KCG-Graphing-Test

1 Like