Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-fu/plutocanvasplot.jl


https://github.com/j-fu/plutocanvasplot.jl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

PlutoCanvasPlot.jl
==================

**Merged into [PlutoVista.jl](https://github.com/j-fu/PlutoVista.jl)**

Code design study for a plot library for Pluto notebooks.
This uses the Pluto [💁 API to make objects available inside JS](https://github.com/fonsp/Pluto.jl/pull/1124)
to pass plot data from Julia to HTML5 canvas.

Please see the [example pluto notebook](https://raw.githubusercontent.com/j-fu/PlutoCanvasPlot.jl/main/examples/canvastest.jl)
and the [rendered html](https://www.wias-berlin.de/people/fuhrmann/blobs/canvastest.html).

So far, this package is in an early state. The current version of the code
is available via the registry https://github.com/j-fu/PackageNursery.git .

So, in order to try this out, you need to add this registry to you Julia environment.

```
pkg> registry add https://github.com/j-fu/PackageNursery.jl.git
```

This step can be safely undone by removing `.julia/registries/PackageNursery` in your
Julia folder.