GiGraph.Dot
1.1.0
See the version list below for details.
dotnet add package GiGraph.Dot --version 1.1.0
NuGet\Install-Package GiGraph.Dot -Version 1.1.0
<PackageReference Include="GiGraph.Dot" Version="1.1.0" />
<PackageVersion Include="GiGraph.Dot" Version="1.1.0" />
<PackageReference Include="GiGraph.Dot" />
paket add GiGraph.Dot --version 1.1.0
#r "nuget: GiGraph.Dot, 1.1.0"
#addin nuget:?package=GiGraph.Dot&version=1.1.0
#tool nuget:?package=GiGraph.Dot&version=1.1.0
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
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 (1)
Showing the top 1 popular GitHub repositories that depend on GiGraph.Dot:
Repository | Stars |
---|---|
kendryte/nncase
Open deep learning compiler stack for Kendryte AI accelerators ✨
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-rc.1 | 133 | 5/17/2025 |
5.0.0-rc | 261 | 4/29/2025 |
4.1.0 | 472 | 3/30/2025 |
4.0.0 | 125 | 2/27/2025 |
3.0.1 | 8,455 | 9/18/2023 |
3.0.0 | 171 | 9/15/2023 |
2.1.0 | 277 | 8/26/2023 |
2.0.1 | 1,185 | 4/17/2022 |
2.0.0 | 25,464 | 9/20/2021 |
1.7.0 | 488 | 8/14/2021 |
1.6.3 | 2,984 | 12/19/2020 |
1.6.2 | 452 | 11/30/2020 |
1.6.1 | 1,896 | 11/15/2020 |
1.6.0 | 474 | 11/13/2020 |
1.5.1 | 614 | 9/12/2020 |
1.5.0 | 701 | 8/13/2020 |
1.1.0 | 1,653 | 6/30/2020 |
1.0.0 | 670 | 6/13/2020 |
0.9.2 | 577 | 5/31/2020 |
0.9.0 | 685 | 5/19/2020 |
- Record and HTML nodes support added. Now you can create nodes composed of multiple fields (cells) or of HTML tables, by assigning them a record label or an HTML label.
- Added support for HTML edge labels (as HTML tables).
- Added support for attributes: charset, sides, orientation, skew, distortion, regular, width, height, fixedsize, peripheries, splines, nodesep, labeljust, labelloc, URL, headURL/headhref, headtarget, headtooltip, tailURL/tailhref, tailtarget, tailtooltip, labelURL/labelhref, labeltarget, labeltooltip, edgeURL/edgehref, edgetarget, edgetooltip, xlabel, forcelabels, comment (attribute specifications available at http://www.graphviz.org/doc/info/attrs.html).
- Added extension/helper methods for node: ToRecord, ToRoundedRecord, ToHtml, ToPolygon; SetFilled.
- It is possible now to annotate any element (annotations are rendered in the output DOT script as comments next to the element).
- Refactoring.
See also https://github.com/mariusz-schimke/GiGraph/releases