QuickCharts.jl
QuickCharts.jl provides chart-focused plotting primitives for building publication-ready figures:
Chartfor line, scatter, and bar plots.ChartGridfor multi-panel layouts.VideoBuilderfor frame-by-frame animation export.Annotation,Legend,Color,Colormap, and math-aware text rendering utilities.
The package centers on a small plotting surface: single charts, chart grids, videos, legends, annotations, colors, colormaps, and math-aware labels.
Chart and ChartGrid also support inline display in rich Julia environments such as VS Code and notebooks. Use save(...) when you want persistent output files such as .svg, .pdf, .png, .ps, .mp4, or .avi.
Installation
using Pkg
Pkg.add(url="https://github.com/NumericalForge/QuickCharts.jl")Documentation Map
The docs are organized in two parts:
Manual: package setup and a short chart tutorial.API Reference: exported plotting types and functions.