Tableplot Tutorial: Customizing Plots with Parameter Substitution
clojurecivitas.github.io·11h
Flag this post

Introduction

Tableplot is a declarative plotting library that makes it easy to create interactive visualizations from tabular data. One of its most powerful features is parameter substitution - the ability to customize plot appearance and behavior by passing parameters that override defaults.

This tutorial is a brief intro to this feature.

TipBackground: The Layered Grammar of Graphics

Tableplot is inspired by the layered grammar of graphics, a framework for understanding and building statistical visualizations. Originally developed by Leland Wilkinson and later refined by Hadley Wickham in ggplot2, the grammar views plots as compositions of independent components: data, aesthetic m…

Similar Posts

Loading similar posts...