Literate Visualization Tutorials
January 16, 2021 ยท View on GitHub
This folder contains tutorials on creating litvis documents. Although all documents are markdown files, they are all written to be viewed within a litvis editor, so please make sure you have installed a litvis plug-in before reading them.
-
Writing your first litvis document is the place to start if you've not worked with litvis before.
-
An introduction to Elm introduces the Elm language used for specifying visualizations in litvis.
-
A walk through elm-vegalite in litvis (and subsequent chapters) shows how visualizations may be specified and shows a range of chart types and interactions possible in a litvis document.
-
'geo' tutorials show how geospatial data may be specified, generated and imported in litvis documents.
-
data tutorials show how the Elm parser may be used for more complex data parsing tasks such as parsing structured and unstructured data, CSV import and datalog parsing.