org.pinkgorilla/gorilla-plot

A simple data-driven plotting library for Gorilla REPL.

Leiningen/Boot

[org.pinkgorilla/gorilla-plot "0.9.7"]

Clojure CLI/deps.edn

org.pinkgorilla/gorilla-plot {:mvn/version "0.9.7"}

Gradle

implementation("org.pinkgorilla:gorilla-plot:0.9.7")

Maven

<dependency>
  <groupId>org.pinkgorilla</groupId>
  <artifactId>gorilla-plot</artifactId>
  <version>0.9.7</version>
</dependency>