ILN2Tikz 1.5.4
See the version list below for details.
dotnet add package ILN2Tikz --version 1.5.4
NuGet\Install-Package ILN2Tikz -Version 1.5.4
<PackageReference Include="ILN2Tikz" Version="1.5.4" />
paket add ILN2Tikz --version 1.5.4
#r "nuget: ILN2Tikz, 1.5.4"
// Install ILN2Tikz as a Cake Addin #addin nuget:?package=ILN2Tikz&version=1.5.4 // Install ILN2Tikz as a Cake Tool #tool nuget:?package=ILN2Tikz&version=1.5.4
ILN2Tikz Export
Export functionality for ILNumerics (http://ilnumerics.net/) scene graphs and plot cubes to TikZ (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 (July 2021) only LinePlot and Surface are supported.
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 | net5.0 is compatible. 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. |
-
net5.0
- ILNumerics.Computing (>= 6.0.86)
- ILNumerics.Drawing (>= 6.0.86)
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.