Skip to content

Commit 52c8846

Browse files
committed
libs - added Tableplot
1 parent 6667170 commit 52c8846

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

content/en/docs/resources/libs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title : "Tools and libraries"
33
description: "Clojure tools and libraries for data and science"
44
lead: "Clojure tools and libraries for data and science"
55
date: 2022-02-14
6-
lastmod: 2022-07-09
6+
lastmod: 2024-11-24
77
draft: false
88
weight: 31
99
images: []
@@ -94,6 +94,7 @@ In addition to a few of the tools mentioned above, here is a list of dedicated t
9494
- [VL example gallery as EDN](https://behrica.github.io/vl-galery/convert): - The vega lite example in EDN format, ready to be copy/pasted into Clojure code
9595

9696
## Data visualization libraries
97+
- [Tableplot](https://scicloj.github.io/tableplot/) :star: (`act`): `exp`,`vis` - easy layered graphics with Hanami & Tablecloth
9798
- [cljplot](https://github.com/generateme/cljplot) :star: (`act`): `exp`,`vis` - a data visualization platform written in Clojure and inspired by R's ggplot2 and lattice libraries
9899
- [Hanami](https://github.com/jsa-aerial/hanami) :star: (`act`): `cljs`,`hiccup`,`ui`,`vega`,`vis` - a template system for creating interactive data visualizations using Vega/Vega-lite, Reagent and Re-Com
99100
- [Hanamicloth](https://github.com/scicloj/hanamicloth) :star: (`act`): `exp`,`vega`,`vis` - a data visualization grammar composing Hanami templates and Tablecloth datasets

content/en/docs/resources/model.edn

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,14 @@
232232
"The vega lite example in EDN format, ready to be copy/pasted into Clojure code"})
233233

234234
;; ## Data visualization libraries
235-
({:lib/name "cljplot",
235+
({:lib/name "Tableplot",
236+
:lib/url "https://scicloj.github.io/tableplot/"
237+
:lib/category :data-visualization-libraries,
238+
:tags #{:vis :exp :act},
239+
:star :star,
240+
:description
241+
"easy layered graphics with Hanami & Tablecloth"}
242+
{:lib/name "cljplot",
236243
:lib/url "https://github.com/generateme/cljplot",
237244
:lib/category :data-visualization-libraries,
238245
:tags #{:vis :exp :act},

0 commit comments

Comments
 (0)