gg4clj

A simple wrapper for R's ggplot2 in Clojure and Gorilla REPL.

Leiningen/Boot

[gg4clj "0.1.0"]

Clojure CLI/deps.edn

gg4clj/gg4clj {:mvn/version "0.1.0"}

Gradle

implementation("gg4clj:gg4clj:0.1.0")

Maven

<dependency>
  <groupId>gg4clj</groupId>
  <artifactId>gg4clj</artifactId>
  <version>0.1.0</version>
</dependency>