tucan
tucan copied to clipboard
An Elixir plotting library on top of VegaLite
Results
2
tucan issues
Sort by
recently updated
recently updated
newest added
Are polar plots something that would be welcome here? I have [this PR](https://github.com/livebook-dev/vega_lite/pull/69) open on VegaLite, but with the presence of this higher level library, it might be welcome here...
enhancement
v0.3
Hey, thanks for the useful library! I was surprised to get a blank graph in response to the following: ```elixir iex> times = 0..10 |> Enum.map(&(DateTime.utc_now() |> DateTime.to_time() |> Time.add(&1)))...