Ezel
  • Ezel
  • Basics
    • 1. Getting Started
    • 2. Concepts
      • Axis
    • 3. Attributes
    • 4. Cloud
  • Optimization
    • Style Customization
    • Data Lifetime
  • Grammar of Graphics
    • What is GoG
    • Interface
  • plot
    • PlainBox
    • Cartesian2
      • Basics
      • Geometry
    • Cartesian3
    • Text
    • NodeGraph
    • Grid
  • Git Repository
  • crates.io
  • docs.rs
  • pypi
  • Dev
    • Rendering
  • Coordinates
Powered by GitBook
On this page
  1. Grammar of Graphics

What is GoG

PreviousData LifetimeNextInterface

Last updated 3 years ago

Other GoG Libraries

These are all well-made libraries. They slightly differ in the api naming and the usage of arithmetic operators (+, *). For example, Altair uses + for concatenation of subplots, while Algebra of Graphics uses + for merging layers.

R

  • ggplot2

Python

  • Altair

  • Plotnine

Julia

Algebra of Graphics