ILN2Tikz 1.11.0
dotnet add package ILN2Tikz --version 1.11.0
NuGet\Install-Package ILN2Tikz -Version 1.11.0
<PackageReference Include="ILN2Tikz" Version="1.11.0" />
paket add ILN2Tikz --version 1.11.0
#r "nuget: ILN2Tikz, 1.11.0"
// Install ILN2Tikz as a Cake Addin #addin nuget:?package=ILN2Tikz&version=1.11.0 // Install ILN2Tikz as a Cake Tool #tool nuget:?package=ILN2Tikz&version=1.11.0
ILN2Tikz Export
Export functionality for ILNumerics (http://ilnumerics.net/) scene graphs and plot cubes to TikZ/PGFPlots (LaTeX graphics package, see Wikipedia).
How to use
Export scene to string:
var tikzString = ILN2TikzExport.ExportString(scene);
or export scene to file (usually *.tikz):
ILN2TikzExport.ExportFile(scene, filePath);
Both variants take an optional argument Size canvasSize
(defaults to 120x100 mm^2), for example:
ILN2TikzExport.ExportFile(scene, filePath, new Size(mmWidth, mmHeight));
As of today (Jan 2023) the following plot types are supported: LinePlot, ErrorBarPlot (y-error only), Surface, FastSurface.
License
ILN2Tikz is licensed under the terms of the MIT license (http://opensource.org/licenses/MIT, see LICENSE.txt).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- AnyAscii (>= 0.3.1)
- ILNumerics.Computing (>= 6.0.148)
- ILNumerics.Drawing (>= 6.0.148)
- ILNumerics.Toolboxes.Drawing2 (>= 6.0.148)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ILN2Tikz:
Package | Downloads |
---|---|
ILNInteractive
Support for ILNumerics (http://ilnumerics.net/) in .NET Interactive |
GitHub repositories
This package is not used by any popular GitHub repositories.