Re: [Matplotlib-users] Matplotlib and WPF

2009-01-08 Thread V Srikanth
Looks like I am not making much progress. I have no problems using IronPython - this is a C# application running on Vista, so it is platform dependent. I also realized that any Windows Forms control can be used in WPF, so if any one knows how to integrate matplotlib with Windows Forms, please

[Matplotlib-users] Matplotlib and WPF

2009-01-06 Thread V Srikanth
I have (what I thought was ) a simple question: How do I display a matplotlib plot on WPF (running a C# application)? I want to be able to do some animation eventually, so exporting to png etc. is not an option. I did a lot of googling but got nowhere. Any help is greatly appreciated.