Diagram Maker is a tool for programmatically constructing diagrams, using high-level semantically-meaningful expressions for modeling the domain being diagramed.
Example:
StringEncodingDiagram[
"Hey 👋🏻",
{"Bits", "Bytes", "Codepoints", "Characters", "Graphemes", "String"},
CharacterEncoding -> "UTF-8",
ChartLegends -> Automatic
]See Development.md for information on contributing to Diagram Maker.
- The data files in assets/UnicodePublic are sourced from https://unicode.org/Public/ and are Copyright © Unicode, Inc. Used under the terms of https://unicode.org/copyright.html.
