Deneb

Deneb is an elixir library to generate vega-lite charts. As an active Altair user, I'm pretty jealous of the Python community to have such a great tool to generate beautiful charts. That's why I decided to start to build something similar in Elixir.

So, here comes Deneb...

Deneb

Deneb Documentation

See Deneb examples and notebooks, and online documentation.

Note: you need to install jupyter lab and IElixir to run the notebooks.

1000-feet glance on Deneb

Here is an example using Deneb to quickly visualize and display a dataset with the native vega-lite renderer in the

Installation

If available in Hex, the package can be installed by adding deneb to your list of dependencies in mix.exs:

def deps do
  [
    {:deneb, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/deneb.