# tucan v0.6.0 - Table of Contents A plotting library on top of VegaLite ## Pages - [Overview](readme.md) - [Changelog](changelog.md) - [License](license.md) - Guides - [Time series plots in Tucan](time_series_plots_in_tucan.md) ## Modules - Plots - [Tucan](Tucan.md): A high level API interface for creating plots on top of `VegaLite`. - [Tucan.Finance](Tucan.Finance.md): Financial plots. - [Tucan.Geometry](Tucan.Geometry.md): An API for drawing common geometrical shapes. - Layout - [Tucan.Layers](Tucan.Layers.md): Utility functions for working with layered plots. - Styling - [Tucan.Axes](Tucan.Axes.md): Utilities for configuring plot axes. - [Tucan.Grid](Tucan.Grid.md): Helper utilities for customizing a plot's grid. - [Tucan.Legend](Tucan.Legend.md): Helper utilities for configuring the plot legend. - [Tucan.Scale](Tucan.Scale.md): Utilities for working with Vega-Lite scales. - [Tucan.Themes](Tucan.Themes.md): Helper functions for `Tucan` theme. - [Tucan.View](Tucan.View.md): Helper utilities for customizing the plot view. - Utilities - [Tucan.Export](Tucan.Export.md): Various export methods for `Tucan` plots. - Datasets - [Tucan.Datasets](Tucan.Datasets.md): Common datasets for `Tucan` demos and docs.