How to do 2D plotting in Elixir?

Any suggestion for some library to plot graphs in Elixir? For example something like matplotlib for Python.
Thanks!

You can always call out to a library via a Port or so. I use that with Graphviz for example. :slight_smile: