Unipi.Nancy.Plots.XPlot.Plotly
1.0.4
dotnet add package Unipi.Nancy.Plots.XPlot.Plotly --version 1.0.4
NuGet\Install-Package Unipi.Nancy.Plots.XPlot.Plotly -Version 1.0.4
<PackageReference Include="Unipi.Nancy.Plots.XPlot.Plotly" Version="1.0.4" />
<PackageVersion Include="Unipi.Nancy.Plots.XPlot.Plotly" Version="1.0.4" />
<PackageReference Include="Unipi.Nancy.Plots.XPlot.Plotly" />
paket add Unipi.Nancy.Plots.XPlot.Plotly --version 1.0.4
#r "nuget: Unipi.Nancy.Plots.XPlot.Plotly, 1.0.4"
#:package Unipi.Nancy.Plots.XPlot.Plotly@1.0.4
#addin nuget:?package=Unipi.Nancy.Plots.XPlot.Plotly&version=1.0.4
#tool nuget:?package=Unipi.Nancy.Plots.XPlot.Plotly&version=1.0.4
Nancy.Plots.Tikz
Nancy extension to produce plots using XPlot.Plotly
This package adds methods to produce plots using XPlot.Plotly.
using Unipi.Nancy.NetworkCalculus;
using Unipi.Nancy.Plots.XPlot.Plotly;
var sc = new RateLatencyServiceCurve(3, 1);
var ac = new SigmaRhoArrivalCurve(2, 2);
var html = XPlotPlots.ToXPlotHtml([sc, ac]);
File.WriteAllText("plot.html", html);
This package is based on the interface defined in the Unipi.Nancy.Plots namespace, which is shared with other Nancy.Plots.* packages, allowing code reuse and similar functionalities.
Checkout the webpage for tutorials and the full documentation, or the tutorial notebooks on GitHub to play directly with code.
Academic attribution
This software is an academic product, just like papers are. If you build on someone else's scientific ideas, you will obviously cite their paper reporting these ideas. This is standard academic practice. Like it or not, citations are the academic currency.
If you use the Nancy library, or any software including parts of it or derived from it,
we would appreciate it if you could cite the original paper describing it:
R. Zippo, G. Stea, "Nancy: an efficient parallel Network Calculus library",
SoftwareX, Volume 19, July 2022, DOI: 10.1016/j.softx.2022.101178
The MIT license allows you to use this software for almost any purpose. However, if you use or include this software or its code (in full or in part) in your own, the fact that you are doing so in full compliance to the license does not exempt you from following standard academic practices regarding attribution and citation. This means that it is still your duty to ensure that users of your software:
know that it use or includes our work, and
they can cite the above paper for correct attribution (along with your own work, possibly).
The above two requirements are met, for open source projects, if you report the statement above in the readme of any code that uses or includes ours.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Unipi.Nancy (>= 1.3.0)
- XPlot.Plotly (>= 4.1.0)
-
net8.0
- Unipi.Nancy (>= 1.3.0)
- XPlot.Plotly (>= 4.1.0)
-
net9.0
- Unipi.Nancy (>= 1.3.0)
- XPlot.Plotly (>= 4.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.