matplotlib

Bindings to matplotlib, a graph plotting library.

Leiningen/Boot

[matplotlib "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("matplotlib:matplotlib:0.1.0")

Maven

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