QuickCharts.jl

QuickCharts.jl provides chart-focused plotting primitives for building publication-ready figures:

  • Chart for line, scatter, and bar plots.
  • ChartGrid for multi-panel layouts.
  • VideoBuilder for 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:

  1. Manual: package setup and a short chart tutorial.
  2. API Reference: exported plotting types and functions.