![]() |
VOOZH | about |
dotnet add package SepalSolver.PlotLib --version 1.1.8
NuGet\Install-Package SepalSolver.PlotLib -Version 1.1.8
<PackageReference Include="SepalSolver.PlotLib" Version="1.1.8" />
<PackageVersion Include="SepalSolver.PlotLib" Version="1.1.8" />Directory.Packages.props
<PackageReference Include="SepalSolver.PlotLib" />Project file
paket add SepalSolver.PlotLib --version 1.1.8
#r "nuget: SepalSolver.PlotLib, 1.1.8"
#:package SepalSolver.PlotLib@1.1.8
#addin nuget:?package=SepalSolver.PlotLib&version=1.1.8Install as a Cake Addin
#tool nuget:?package=SepalSolver.PlotLib&version=1.1.8Install as a Cake Tool
SEPALSolver.PlotLib is a plotting extension library for SEPALSolver. It provides both static and animated visualisation tools tailored for displaying results and data from SEPALSolver models and simulations.
Designed to support engineers, analysts, and researchers, SEPALSolver.PlotLib enables clear and insightful visual representation of complex numerical outputs, making it easier to analyse, interpret, and present computational results.
using SepalSolver;
using static SepalSolver.Math;
using static SepalSolver.PlotLib.Plotter;
ColVec x = Linspace(0, 10);
Matrix y = Enumerable.Range(0, 10).Select(i => BesselJ(i, x)).ToList();
// Plot result
Plot(x, y);
Xlabel("x-axis");
Ylabel("y-axis");
Title("Bessel function J");
SepalSolver is developed and maintained by the Digital Services Team at CypherCrescent.
For contributions or feedback, open an issue or pull request via GitHub.
GitHub: https://github.com/cyphercrescent/sepalsolver
This project is licensed under the GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later).
You are free to use, modify, and distribute this software, including in proprietary applications, as long as you comply with the terms of the LGPL. If you modify the library itself, you must make those changes available under the same license.
For more information, see the full license text.
© CypherCrescent Limited. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.8 | 97 | 5/14/2026 |
| 1.1.7 | 119 | 4/22/2026 |
| 1.1.6 | 103 | 4/21/2026 |
| 1.1.5 | 123 | 2/11/2026 |
| 1.1.4 | 121 | 1/29/2026 |
| 1.1.3 | 132 | 1/27/2026 |
| 1.1.2 | 125 | 1/26/2026 |
| 1.1.1 | 123 | 1/25/2026 |
| 1.1.0 | 121 | 1/20/2026 |
| 1.0.28 | 99 | 4/21/2026 |
| 1.0.9 | 134 | 1/15/2026 |
| 1.0.8 | 467 | 12/10/2025 |
| 1.0.7 | 227 | 6/30/2025 |
| 1.0.5 | 271 | 5/18/2025 |
| 1.0.4 | 291 | 5/12/2025 |
| 1.0.3 | 201 | 4/27/2025 |
| 1.0.2 | 159 | 4/12/2025 |
| 1.0.1 | 248 | 4/8/2025 |
| 1.0.0 | 250 | 4/8/2025 |