cjdoris / Bokeh.jl

Interactive plotting made easy
https://cjdoris.github.io/Bokeh.jl
Other
77 stars 3 forks source link

Bokeh.jl

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Stable Documentation Dev Documentation Test Status Docs Status Codecov

Julia bindings for the Bokeh plotting library.

Although Bokeh is mainly a Python library, all the actual plotting happens in the browser using BokehJS. This package wraps BokehJS directly without using Python.

🎨 Example

Here is an example from the gallery:

Mandelbrot example

📦 Install

pkg> add Bokeh

Then head over to the documentation.