Under review
OxyPlot and F#
This discussion was imported from CodePlex
amouhsine wrote at 2013-04-29 21:51:
Hi all,
First, this is a great work so far. Nice library.
Is there any tutorial (or maybe translation of the wpf examples) in F# for F#ers?
that would be great.
Thanks in advance
Anass
First, this is a great work so far. Nice library.
Is there any tutorial (or maybe translation of the wpf examples) in F# for F#ers?
that would be great.
Thanks in advance
Anass
objo wrote at 2013-05-06 10:47:
I have not tried this library together with F#, but it would be very interesting to see a simple F# example. Should the WPF user interface also be written in F#?
I found some examples with other libraries
http://www.ffconsultancy.com/products/fsharp_for_visualization/
http://stackoverflow.com/questions/3276357/how-do-i-plot-a-data-series-in-f
http://fssnip.net/2l
It should be possible to do the same for this library!
I found some examples with other libraries
http://www.ffconsultancy.com/products/fsharp_for_visualization/
http://stackoverflow.com/questions/3276357/how-do-i-plot-a-data-series-in-f
http://fssnip.net/2l
It should be possible to do the same for this library!
Customer support service by UserEcho
Cool, I would like to see the example in the repository!
https://github.com/oxyplot/oxyplot/issues/699
I added the example to
https://github.com/oxyplot/oxyplot/tree/develop/Source/Examples/WPF/SimpleDemoFsharp
Great! Thanks.