.readthedocs.yml
LICENSE
MANIFEST.in
README.md
examples.py
pyproject.toml
setup.cfg
tox.ini
.github/workflows/ci_tests.yml
.github/workflows/python-publish.yml
docs/advanced.rst
docs/api_reference.rst
docs/conf.py
docs/customization.rst
docs/examples.rst
docs/getting_started.rst
docs/index.rst
docs/intro.rst
docs/requirements.txt
docs/usage.rst
docs/_templates/layout.html
docs/examples/Quick_Example.png
docs/examples/basic_plotting.png
docs/examples/dark_theme.png
docs/examples/green_dashed_line.png
docs/examples/grid_layout.png
docs/examples/pandas_example.png
glyphx/__init__.py
glyphx/_version.py
glyphx/a11y.py
glyphx/accessor.py
glyphx/axes.py
glyphx/candlestick.py
glyphx/cli.py
glyphx/colormaps.py
glyphx/count_plot.py
glyphx/ecdf.py
glyphx/facet_grid.py
glyphx/facet_plot.py
glyphx/figure.py
glyphx/grouped_bar.py
glyphx/jointplot.py
glyphx/layout.py
glyphx/lmplot.py
glyphx/nlp.py
glyphx/pairplot.py
glyphx/plot.py
glyphx/py.typed
glyphx/raincloud.py
glyphx/renderer.py
glyphx/series.py
glyphx/stat_annotation.py
glyphx/streaming.py
glyphx/swarm_plot.py
glyphx/themes.py
glyphx/treemap.py
glyphx/utils.py
glyphx/violin_plot.py
glyphx/waterfall.py
glyphx.egg-info/PKG-INFO
glyphx.egg-info/SOURCES.txt
glyphx.egg-info/dependency_links.txt
glyphx.egg-info/entry_points.txt
glyphx.egg-info/not-zip-safe
glyphx.egg-info/requires.txt
glyphx.egg-info/top_level.txt
glyphx/assets/accessibility.js
glyphx/assets/brush.js
glyphx/assets/crosshair.js
glyphx/assets/export.js
glyphx/assets/export.py
glyphx/assets/responsive_template.html
glyphx/assets/tooltip.js
glyphx/assets/tooltip.py
glyphx/assets/zoom.js
glyphx/assets/zoom.py
images/glyphx_bar.png
images/glyphx_line.png
images/glyphx_pie.png
images/glyphx_scatter.png
images/glyphx_sublpot.png
images/matplotlib_bar.png
images/matplotlib_line.png
images/matplotlib_pie.png
images/matplotlib_scatter.png
images/matplotlib_sublpot.png
tests/test_basic_plot.py
tests/test_features_1_5.py
tests/test_features_6_8.py
tests/test_vs_competitors.py