ScalaTIKZ is an open-source library for publication quality PGF/TIKZ vector graphics using the Scala programming language.
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.
- 2D PGF plots including lines, scatters, bars, stems and many other options.
- Configure each plot using a large pool of parameters.
- Plot any number of data sequences in one figure.
- Support for figure arrays and figures having a secondary y-axis.
- High level API for declaring plot types and subplots.
- Save generated graphics as TeX, PDF, JPEG or PNG formats.
- Command line interface that can be used as a Unix/Linux shell script.
ScalaTIKZ requires to have a TeXLive distribution installed on your system. Moreover, in case you want to export your plots as image formats, GhostScript package is also required.
For more details please see Requirements
ScalaTIKZ is published to Maven Central for Scala 2.11, 2.12 and 2.13.
Add the following dependency to your SBT build file in order to get started:
libraryDependencies ++= "com.github.vagmcs" %% "scalatikz" % "0.3.5",
Contributions are welcome, for details see CONTRIBUTING.md.