Search code examples
.netpythonmathgl

Is it possible to call MathGL functions from .NET?


As in the subject - if I would like to create a publication ready graph from .NET, is this possible?


Solution

  • I ended up calling the Matlab runtime functions. MatPlotLib also works well, but would require IronPython for interop between .NET and Python.