0

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

Contango
  • 76,540
  • 58
  • 260
  • 305

2 Answers2

0

I think it is possible. You just need to use C functions of MathGL from .NET.

abalakin
  • 825
  • 7
  • 6
0

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

Contango
  • 76,540
  • 58
  • 260
  • 305