ScalaTIKZ

A plot library for Scala

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.vagmcs
ArtifactId

ArtifactId

scalatikz_2.11
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

ScalaTIKZ
A plot library for Scala
Project URL

Project URL

https://github.com/vagmcs
Project Organization

Project Organization

com.github.vagmcs
Source Code Management

Source Code Management

https://github.com/vagmcs/scalaTIKZ

Download scalatikz_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.vagmcs/scalatikz_2.11/ -->
<dependency>
    <groupId>com.github.vagmcs</groupId>
    <artifactId>scalatikz_2.11</artifactId>
    <version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vagmcs/scalatikz_2.11/
implementation 'com.github.vagmcs:scalatikz_2.11:0.4.4'
// https://jarcasting.com/artifacts/com.github.vagmcs/scalatikz_2.11/
implementation ("com.github.vagmcs:scalatikz_2.11:0.4.4")
'com.github.vagmcs:scalatikz_2.11:jar:0.4.4'
<dependency org="com.github.vagmcs" name="scalatikz_2.11" rev="0.4.4">
  <artifact name="scalatikz_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vagmcs', module='scalatikz_2.11', version='0.4.4')
)
libraryDependencies += "com.github.vagmcs" % "scalatikz_2.11" % "0.4.4"
[com.github.vagmcs/scalatikz_2.11 "0.4.4"]

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scala-lang : scala-reflect jar 2.11.12
ch.qos.logback : logback-classic jar 1.2.3
com.typesafe.scala-logging : scala-logging_2.11 jar 3.9.2
com.github.scopt : scopt_2.11 jar 3.7.1
org.ghost4j : ghost4j jar 1.0.1
com.univocity : univocity-parsers jar 2.8.3
com.beachape : enumeratum_2.11 jar 1.5.13

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.8
org.scalacheck : scalacheck_2.11 jar 1.14.0

Project Modules

There are no modules declared in this project.

ScalaTIKZ

Maven Central License: LGPL v3

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

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.

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 as a Unix/Linux shell script.

Requirements

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

How to get ScalaTIKZ

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.4.4",

Documentation

Contributions

Contributions are welcome, for details see CONTRIBUTING.md.

Versions

Version
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.5
0.2.0