vote up 4 vote down star
1

I have spent a long time searching for a product that would bring functionality similar to matplotlib to the .NET framework. From what I can tell, nothing really measures up. Is this an accurate assessment? Here is what I have found:

Commercial:

  • ChartFX
  • Dundas
  • KitWare's ActiViz (basically a managed version of VTK)

Open Source:

  • NPlot
  • Various projects on CodePlex, notably VSLab

I think it would be tremendously valuable to have a .NET project which provided the ability to interactively plot data from languages like F# and IronPython. Does anyone know of such a project?

flag

67% accept rate

5 Answers

vote up 0 vote down

I'm not sure if it has all the capablities you need for scientific work, but I've generally been very happy with Zedgraph. It is stable, powerful, and very easy to use, plus the graphs look terrific!

link|flag
vote up 1 vote down

At Resolver Systems we're working on a project called Ironclad, which will eventually (hopefully) allow you to use cPython extensions like matplotlib and numpy transparently from IronPython.

At the moment we're focusing on numpy (large parts of it are usable now), but matplotlib and friends are also high on the list.

It's an open-source project, and we could do with help. You should have a look at whether it could be useful.

link|flag
vote up 2 vote down

You could also look at F# for Visualization, I've got the beta and it's quite good for some basic stuff - not (yet) so good if you want more control over the presentation.

Another possibility (which I haven't tried at all yet, but I intend to soon) is Microsoft Chart Controls (previously known as Dundas...), which have been released independently of SQL Server. There's an article here about using them from F# - as you will see from the example code, you have more control over presentation, but it comes at a price...

link|flag
vote up 1 vote down

VTK http://www.vtk.org/ is an exceptionally powerful open-source scientific visualization tool. I'm not entirely clear whether you think it "doesn't measure up" because there is something you want to do that it can't, or if you simply want to be able call from your choice of language. I don't believe there were bindings for the languages you mention, but I would imagine that a project to wrap VTK in your choice of language would be more effective than starting to write a visualization tool from scratch.

link|flag
vote up 1 vote down

F# for Visualization was specifically designed for that purpose.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.