org.scicloj/kind-pyplot

Kind-pyplot is a small Clojure for visualizing Python plots using the Kindl convention.

Leiningen/Boot

[org.scicloj/kind-pyplot "1-beta1"]

Clojure CLI/deps.edn

org.scicloj/kind-pyplot {:mvn/version "1-beta1"}

Gradle

implementation("org.scicloj:kind-pyplot:1-beta1")

Maven

<dependency>
  <groupId>org.scicloj</groupId>
  <artifactId>kind-pyplot</artifactId>
  <version>1-beta1</version>
</dependency>