SkillAgentSearch skills...

ScalaTIKZ

ScalaTIKZ is an open-source library for PGF/TIKZ vector graphics.

Install / Use

/learn @vagmcs/ScalaTIKZ
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ScalaTIKZ

<a href="https://results.pre-commit.ci/latest/github/vagmcs/ScalaTIKZ/main" target="_blank"> <img src="https://results.pre-commit.ci/badge/github/vagmcs/ScalaTIKZ/main.svg" alt="pre-commit.ci status"> </a> <a href="https://central.sonatype.com/artifact/com.github.vagmcs/scalatikz_3" target="_black"> <img src="https://maven-badges.herokuapp.com/maven-central/com.github.vagmcs/scalatikz_2.13/badge.svg" alt="Maven Central"> </a>

ScalaTIKZ is an open-source library for publication quality PGF/TIKZ vector graphics using the Scala programming language.

Features

  1. 2D PGF plots including lines, scatters, bars, stems and many other options.
  2. Chart plots (pie, clouds, squares).
  3. Configure each plot/chart using a large pool of parameters.
  4. Plot any number of data sequences in one figure.
  5. Support for figure arrays and figures having a secondary y-axis.
  6. Support for Automata plots.
  7. High level API for declaring plot types and subplots.
  8. Save generated graphics as TeX, PDF, JPEG or PNG formats.
  9. Command line interface that can be used in any Unix/Linux shell script.
<table> <tr> <td><img src="images/area.png" alt=""/></td> <td><img src="images/bar.png" alt=""/></td> <td><img src="images/dark.png" alt=""/></td> <td><img src="images/error_bar.png" alt=""/></td> </tr> <tr> <td><img src="images/gaussian.png" alt=""/></td> <td><img src="images/scatter_mesh.png" alt=""/></td> <td><img src="images/sine_vs_cosine.png" alt=""/></td> <td><img src="images/spline.png" alt=""/></td> </tr> </table>

Requirements

ScalaTIKZ requires to have a TeXLive distribution installed on your system.

For more details please read the Requirements.

How to get ScalaTIKZ

ScalaTIKZ is published to Maven Central for Scala 2.12, 2.13 and 3.

Add the following dependency to your SBT build file in order to get started:

libraryDependencies ++= "com.github.vagmcs" %% "scalatikz" % "0.5.2"

In order to install ScalaTIKZ as a CLI tool, run:

curl https://raw.githubusercontent.com/vagmcs/ScalaTIKZ/master/install.sh | sh

Documentation

Contributions

Contributions are welcome, for details see CONTRIBUTING.md.

License

ScalaTIKZ comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; See the GNU Lesser General Public License v3 for more details.

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Scala

Security Score

95/100

Audited on Feb 16, 2026

No findings