ILN2Tikz 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ILN2Tikz --version 1.6.0
NuGet\Install-Package ILN2Tikz -Version 1.6.0
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="ILN2Tikz" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ILN2Tikz --version 1.6.0
#r "nuget: ILN2Tikz, 1.6.0"
#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 ILN2Tikz as a Cake Addin
#addin nuget:?package=ILN2Tikz&version=1.6.0

// Install ILN2Tikz as a Cake Tool
#tool nuget:?package=ILN2Tikz&version=1.6.0

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

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.

Version Downloads Last updated
1.11.0 304 2/4/2023
1.10.0 238 2/3/2023
1.8.0 413 5/16/2022
1.7.0 279 12/1/2021
1.6.0 313 9/14/2021
1.5.5 262 8/26/2021
1.5.4 269 8/19/2021