GiGraph.Dot 0.9.2

.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package GiGraph.Dot --version 0.9.2
NuGet\Install-Package GiGraph.Dot -Version 0.9.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GiGraph.Dot" Version="0.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GiGraph.Dot --version 0.9.2
#r "nuget: GiGraph.Dot, 0.9.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GiGraph.Dot as a Cake Addin
#addin nuget:?package=GiGraph.Dot&version=0.9.2

// Install GiGraph.Dot as a Cake Tool
#tool nuget:?package=GiGraph.Dot&version=0.9.2

A simple solution for generating graphs in the DOT language. The output is a textual script that can be visualized and/or converted to an image with external tools. A handy one is a plugin for Visual Studio Code, named Graphviz Preview. There are also online tools like www.webgraphviz.com, where you can paste the script to view your graph.

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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 606 4/17/2022
2.0.0 4,745 9/20/2021
1.7.0 303 8/14/2021
1.6.3 1,811 12/19/2020
1.6.2 304 11/30/2020
1.6.1 1,720 11/15/2020
1.6.0 324 11/13/2020
1.5.1 438 9/12/2020
1.5.0 513 8/13/2020
1.1.0 1,430 6/30/2020
1.0.0 468 6/13/2020
0.9.2 403 5/31/2020
0.9.0 480 5/19/2020

- Node port support added. It enables setting which side of a node an edge head and/or tail is attached to.
- Added methods to edge, node, subgraph, and cluster collections to simplify adding new elements.
- The collection of subgraphs has been split in two separate collections (Subgraphs, Clusters).
- Added support for node groups (in the DOT script they are rendered as a list of nodes with a shared list of attributes).
- Added support for edge sequences (in the DOT script they are rendered as a sequence of nodes and edges with a shared list of attributes; subgraphs in the sequence are supported too).
- Added support for endpoints embedded in subgraphs. This facilitates generating edges joining one node to multiple nodes, multiple nodes to one node, or multiple nodes to multiple nodes.
- The elements of the DOT script can optionally be sorted now by setting an appropriate flag in the DOT generation options (disabled by default).
- Refactoring.

See also https://github.com/mariusz-schimke/GiGraph/releases