GiGraph.Dot
1.5.1
See the version list below for details.
Install-Package GiGraph.Dot -Version 1.5.1
dotnet add package GiGraph.Dot --version 1.5.1
<PackageReference Include="GiGraph.Dot" Version="1.5.1" />
paket add GiGraph.Dot --version 1.5.1
#r "nuget: GiGraph.Dot, 1.5.1"
// Install GiGraph.Dot as a Cake Addin
#addin nuget:?package=GiGraph.Dot&version=1.5.1
// Install GiGraph.Dot as a Cake Tool
#tool nuget:?package=GiGraph.Dot&version=1.5.1
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 |
.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 |
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.
- Added support for attributes: center, dpi, resolution, imagescale (attribute specifications available at http://www.graphviz.org/doc/info/attrs.html).
- Record node builder (DotRecordBuilder) extended with several method overloads to simplify building records.
- ToParallelSplines() and ToMulticolorSegments() extension methods added for DotEdge to simplify customizing their style and colors. See https://github.com/mariusz-schimke/GiGraph/blob/1.5.1/README.md#multicolor-edges.
- Scheme support added to DotColor so that color names may be evaluated using a specific scheme.
- NodeDefaults and EdgeDefaults properties moved to the Nodes and Edges collections. See https://github.com/mariusz-schimke/GiGraph/blob/1.5.1/README.md#global-attributes.
- Refactoring (property and type naming cleanup).
See also https://github.com/mariusz-schimke/GiGraph/releases