Info
Version: | 2.0.0 |
Author(s): | Henri Guillot |
Last Update: | Monday, January 4, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PlotLib1 |
Install
Install-Package PlotLib1
dotnet add package PlotLib1
paket add PlotLib1
PlotLib1 Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.Diagnostics.Process(>= 4.3.0)
- System.Globalization(>= 4.3.0)
- System.Globalization.Extensions(>= 4.3.0)
- runtime.any.System.Globalization(>= 4.3.0)
Tags
Développée en C# et Python
But : afficher des courbes et des signaux , notamment des FFT (Fast Fourier Transform) et DFT (Discrete Fourier Transform).
Mais cette librairie peut etre utilisée pour afficher toutes formes de courbes et signaux.
Librairie utilisée, notamment par FFTlib (associée avec la librairie et le projet : https://github.com/guihen01/Math-FFT-Lib.git.
Particularitées : routines qui s'utilisent a partir de code C# et s'interfacent avec du Python ( font appel a des shell Python).