GiGraph.Dot
2.0.1
dotnet add package GiGraph.Dot --version 2.0.1
NuGet\Install-Package GiGraph.Dot -Version 2.0.1
<PackageReference Include="GiGraph.Dot" Version="2.0.1" />
paket add GiGraph.Dot --version 2.0.1
#r "nuget: GiGraph.Dot, 2.0.1"
// Install GiGraph.Dot as a Cake Addin
#addin nuget:?package=GiGraph.Dot&version=2.0.1
// Install GiGraph.Dot as a Cake Tool
#tool nuget:?package=GiGraph.Dot&version=2.0.1
A simple solution for generating graphs in the DOT language. The output is a textual script that may be visualized or converted to an image, using the Graphviz software. There are handy visualization tools like Graphviz Preview for Visual Studio Code or online tools like http://viz-js.com/ or http://magjac.com/graphviz-visual-editor, where you paste a script to view its visualization.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GiGraph.Dot:
Package | Downloads |
---|---|
SI.Janus.Core
This is Core for the Janus project. Contains interfaces and models. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 619 | 4/17/2022 |
2.0.0 | 5,522 | 9/20/2021 |
1.7.0 | 303 | 8/14/2021 |
1.6.3 | 1,829 | 12/19/2020 |
1.6.2 | 305 | 11/30/2020 |
1.6.1 | 1,721 | 11/15/2020 |
1.6.0 | 325 | 11/13/2020 |
1.5.1 | 441 | 9/12/2020 |
1.5.0 | 518 | 8/13/2020 |
1.1.0 | 1,433 | 6/30/2020 |
1.0.0 | 472 | 6/13/2020 |
0.9.2 | 406 | 5/31/2020 |
0.9.0 | 482 | 5/19/2020 |
- Added a couple of helper methods for setting gradient color fill on graph elements.
- Output script string building has been optimized.
- StreamWriter for generating the output script has been abstracted with TextWriter for better interoperability.
See also https://github.com/mariusz-schimke/GiGraph/releases