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-beta2.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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