R
R
radonit2019-12-06 11:33:48
Mathematics
radonit, 2019-12-06 11:33:48

Is it possible in C# to build graphs like gnuplot?

Hello, I am writing a program in c #, sometimes I need to display 3d graphics and heat maps. Is there any functionality or libraries for c# like Python's matplotlip or gnuplot to quickly display the resulting values?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2019-12-06
@radonit

1. You can use matplotlib (just a Python wrapper) https://www.nuget.org/packages/MatplotlibCS/
2. There is a wrapper over gnuplot https://github.com/AwokeKnowing/GnuplotCSharp
3. You can use R https:/ /github.com/rdotnet/rdotnet
4. There is oxyplot https://oxyplot.github.io/ (but I'm not sure if there are 3D plots there)
5. There are all sorts of commercial solutions - expensive, but the quality is 10/10
* https
: //www.arction.com/lightningchart-ultimate-sdk/* https://www.scichart.com/wpf-3d-chart-features/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question