An open API service indexing awesome lists of open source software.

https://github.com/vagmcs/scalatikz

ScalaTIKZ is an open-source library for PGF/TIKZ vector graphics.
https://github.com/vagmcs/scalatikz

chart datascience pgfplots plots scala tikz-figures vector-graphics

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ScalaTIKZ

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.vagmcs/scalatikz_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.vagmcs/scalatikz_2.11)
[![License: GPL v3](https://img.shields.io/github/license/vagmcs/scalatikz?color=blue)](https://www.gnu.org/licenses/gpl-3.0)

ScalaTIKZ is an open-source library for publication quality [PGF/TIKZ](https://en.wikipedia.org/wiki/PGF/TikZ) vector graphics using the [Scala programming language](http://scala-lang.org).

## 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.







## Requirements

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

For more details please read the [Requirements](docs/requirements.md).

## How to get ScalaTIKZ

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

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

```scala
libraryDependencies ++= "com.github.vagmcs" %% "scalatikz" % "0.5.1"
```

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

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

## Documentation

- [PGFPlots, Charts and Automata](docs/index.md)

## Contributions

Contributions are welcome, for details see [CONTRIBUTING.md](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](http://www.gnu.org/licenses/lgpl-3.0.html).