Packages

Visualize and understand data, built atop VegaLite

Current section

Files

Jump to
legend lib legend.ex
Raw

lib/legend.ex

defmodule Legend do
@moduledoc """
Documentation for `Legend`.
"""
@doc """
Hello world.
## Examples
iex> Legend.hello()
:world
"""
def hello do
:world
end
end