.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/downsampling.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/Quick_Example.svg
docs/examples/basic_plotting.png
docs/examples/basic_plotting.svg
docs/examples/box_plot.svg
docs/examples/candlestick.svg
docs/examples/colorblind_theme.svg
docs/examples/colormaps.svg
docs/examples/dark_theme.png
docs/examples/dark_theme.svg
docs/examples/donut_chart.svg
docs/examples/dual_y.svg
docs/examples/ecdf.svg
docs/examples/green_dashed_line.png
docs/examples/green_dashed_line.svg
docs/examples/grid_layout.png
docs/examples/grid_layout.svg
docs/examples/heatmap.svg
docs/examples/histogram.svg
docs/examples/pandas_example.png
docs/examples/pandas_example.svg
docs/examples/pie_chart.svg
docs/examples/raincloud.svg
docs/examples/stat_annotations.svg
docs/examples/streaming.svg
docs/examples/treemap.svg
docs/examples/waterfall.svg
glyphx/__init__.py
glyphx/_version.py
glyphx/a11y.py
glyphx/accessor.py
glyphx/axes.py
glyphx/bar3d.py
glyphx/bubble.py
glyphx/bump_chart.py
glyphx/candlestick.py
glyphx/cli.py
glyphx/colormaps.py
glyphx/contour.py
glyphx/count_plot.py
glyphx/diverging_bar.py
glyphx/downsample.py
glyphx/ecdf.py
glyphx/facet_grid.py
glyphx/facet_plot.py
glyphx/figure.py
glyphx/figure3d.py
glyphx/fill_between.py
glyphx/grouped_bar.py
glyphx/jointplot.py
glyphx/kde.py
glyphx/layout.py
glyphx/line3d.py
glyphx/lmplot.py
glyphx/nlp.py
glyphx/pairplot.py
glyphx/parallel_coords.py
glyphx/plot.py
glyphx/plot3d.py
glyphx/projection3d.py
glyphx/py.typed
glyphx/raincloud.py
glyphx/renderer.py
glyphx/scatter3d.py
glyphx/series.py
glyphx/sparkline.py
glyphx/stacked_bar.py
glyphx/stat_annotation.py
glyphx/streaming.py
glyphx/sunburst.py
glyphx/surface3d.py
glyphx/swarm_plot.py
glyphx/themes.py
glyphx/treemap.py
glyphx/utils.py
glyphx/version.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_competitive_features.py
tests/test_downsample.py
tests/test_features_1_5.py
tests/test_features_6_8.py
tests/test_vs_competitors.py