Is it possible to call MathGL functions from .NET?
As in the subject - if I would like to create a publication ready graph开发者_JAVA技巧 from .NET, is this possible?
I ended up calling the Matlab runtime functions. MatPlotLib also works well, but would require IronPython for interop between .NET and Python.
I think it is possible. You just need to use C functions of MathGL from .NET.
精彩评论