Bokeh.jl
Because there just aren’t enough plotting libraries for Julia, I made another one.
This one wraps BokehJS, which is the JavaScript component of the python Bokeh package (though it doesn’t actually call Python). It can render plots in a notebook or straight to your browser.
You can make interactive plots, add widgets and build up complex layouts. Interaction with a backing server is not implemented (yet).
TTFP is about 5 seconds on my machine, which somehow beats UnicodePlots (7 seconds).
What’s neat is that it is mostly automagically generated from the Python package, which means it supports all the same models, has all the same parameters and defaults, and has loads of documentation that I didn’t have to write.
Very much work in progress, but check out the gallery, the documentation and the repo.