LICENSE
README.md
pyproject.toml
src/topdrawerx/__init__.py
src/topdrawerx/charsets.py
src/topdrawerx/cli.py
src/topdrawerx/compat.py
src/topdrawerx/data.py
src/topdrawerx/display.py
src/topdrawerx/errors.py
src/topdrawerx/fitting.py
src/topdrawerx/lexer.py
src/topdrawerx/palettes.py
src/topdrawerx/registry.py
src/topdrawerx/repl.py
src/topdrawerx/session.py
src/topdrawerx/state.py
src/topdrawerx/styles.py
src/topdrawerx/text.py
src/topdrawerx.egg-info/PKG-INFO
src/topdrawerx.egg-info/SOURCES.txt
src/topdrawerx.egg-info/dependency_links.txt
src/topdrawerx.egg-info/entry_points.txt
src/topdrawerx.egg-info/requires.txt
src/topdrawerx.egg-info/top_level.txt
src/topdrawerx/backends/__init__.py
src/topdrawerx/backends/json_backend.py
src/topdrawerx/backends/matplotlib_backend.py
src/topdrawerx/commands/__init__.py
src/topdrawerx/commands/_util.py
src/topdrawerx/commands/annotate.py
src/topdrawerx/commands/axes.py
src/topdrawerx/commands/draw.py
src/topdrawerx/commands/fit.py
src/topdrawerx/commands/frame.py
src/topdrawerx/commands/legend.py
src/topdrawerx/commands/meta.py
src/topdrawerx/commands/page.py
src/topdrawerx/commands/read.py
src/topdrawerx/commands/setcmd.py
src/topdrawerx/commands/title.py
src/topdrawerx/styles/classic.tdx
src/topdrawerx/styles/notebook.tdx
src/topdrawerx/styles/paper.tdx
src/topdrawerx/styles/poster.tdx
src/topdrawerx/styles/talk.tdx
tests/test_annotate.py
tests/test_axes.py
tests/test_case.py
tests/test_fitting.py
tests/test_golden.py
tests/test_legend.py
tests/test_lexer.py
tests/test_panels.py
tests/test_reference.py
tests/test_registry.py
tests/test_render.py
tests/test_session.py
tests/test_styles.py
tests/test_text.py
tests/test_version.py