Skip to content

Commit

Permalink
python plotting - README
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jul 28, 2024
1 parent bfb094a commit 4eec428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/datavis/python/plotting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This notebook demonstrates a self-contained workflow for visualizing Python plot

The only dependency necessary is the [Libpython-clj](https://github.com/clj-python/libpython-clj) bridge. Some Kindly-compatible tool is needed to make the visualization visible. This was rendered using [Clay](https://scicloj.github.io/clay/) as an extra dev dependency.

The implementation is inspired by the [Parens for Pyplot](https://gigasquidsoftware.com/blog/2020/01/18/parens-for-pyplot/) tutorial by Carin Meier from Jan 2020. It has been part of the [Noj](https://scicloj.github.io/noj/) library till version `1-alpha34`, but as of July 2024, we are looking for a better place to host these functions, possibly Libpyton-clj itself.
The implementation is inspired by the [Parens for Pyplot](https://gigasquidsoftware.com/blog/2020/01/18/parens-for-pyplot/) tutorial by Carin Meier from Jan 2020. It has been part of the [Noj](https://scicloj.github.io/noj/) library till version `1-alpha34`, but as of July 2024, it is part of a dedicated library, [Kind-pyplot](https://scicloj.github.io/kind-pyplot).

[rendered notebook](https://scicloj.github.io/clojure-data-scrapbook/projects/datavis/python/plotting/) 👈

0 comments on commit 4eec428

Please sign in to comment.