Info
Version: | 0.3.0 |
Author(s): | Antonio Malpica (github::nonomalpi), Miguel A. Duran (github::migduroli), Pedro Morales (github::partmor), Francisco J. Duran (github::fjduranolivencia) |
Last Update: | Sunday, February 21, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SharpPlot |
Install
Install-Package SharpPlot
dotnet add package SharpPlot
paket add SharpPlot
SharpPlot Download (Unzip the "nupkg" after downloading)
Dependencies
- MathNet.Numerics(>= 4.9.0)
The library is a human-friendly wrapper for the widely-known GNUplot software. The fundamental idea behind this project is to bring to .NET core the easiness provided by other libraries in the Python's community, like MatPlotLib.
The library is capable of providing live graph plots whilst running an executable solution, which is of fundamental importance in scientific and/or numerical software.