org.pinkgorilla/gorilla-plot

A simple data-driven plotting dsl using Vega via Gorilla UI.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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