JSPlots.jl

JSPlots.jl creates interactive, standalone HTML visualizations that work in any browser. Build line charts, scatter plots, 3D visualizations, pivot tables, and more - all from Julia without any coding in JavaScript needed. The closest comparison to what I am trying to build is probably Pluto notebooks or jupyter notebooks. The key difference is that the pages that you generate with JSPlots runnable anywhere with interactive plotting - you do not need Julia or anything else installed except for a webbrowser. This means too that the documents that are generated by JSPlots are intended to be immutable documents to present your data rather than something you develop with (as you get with the notebooks).

You can see below an overview of all of the plots that are available. You can also see a discussion on the coding practices, data formats, etc. All of this documentation was made in JSPlots.jl itself. See here for the script that generates it.



Pages

Coding Practices

Plot Types


Data: no_data.parquet


This page was created using JSPlots.jl v0.4.1.