FnuPlot 0.1.0-beta
See the version list below for details.
dotnet add package FnuPlot --version 0.1.0-beta
NuGet\Install-Package FnuPlot -Version 0.1.0-beta
<PackageReference Include="FnuPlot" Version="0.1.0-beta" />
paket add FnuPlot --version 0.1.0-beta
#r "nuget: FnuPlot, 0.1.0-beta"
// Install FnuPlot as a Cake Addin #addin nuget:?package=FnuPlot&version=0.1.0-beta&prerelease // Install FnuPlot as a Cake Tool #tool nuget:?package=FnuPlot&version=0.1.0-beta&prerelease
FnuPlot is a simple F# wrapper for the gnuplot charting library. It is cross-platform (Mac, Linux and Windows) and lets you create publication-quality charts
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.1-beta | 1,578 | 2/20/2015 |
0.1.0-beta | 815 | 2/5/2015 |
0.0.7-beta | 847 | 1/21/2015 |
0.0.6-beta | 801 | 1/19/2015 |
0.0.5-beta | 1,220 | 12/22/2014 |
Replaced Series.Lines, Series.XY, Series.TimeY, and Series.Function with a single overloaded Series.Lines which accepts any of the above data types. **Important note:** This will break code which used the old constructors. To fix your legacy code, simply replace all usages of the above constructors with Series.Lines
Added Series.Points and Series.Impulses constructors. These work exactly like Series.Lines, but instead of plotting a continuous line they plot the datapoints as isolated points or isolated thin bars, respectively.