Metadata-Version: 2.4
Name: plotly_presentation
Version: 0.11.1
Summary: Python library to make it easier to plot using plotly
Project-URL: Homepage, https://github.dev/mathiasDK/plotly_presentation
Author-email: Mathias Nørskov <mathiasnoerskov@gmail.com>
License: MIT
License-File: LICENSE
Keywords: plotly_presentation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: <4,>=3.8
Requires-Dist: numpy>=2.1
Requires-Dist: pandas>=2.2
Requires-Dist: plotly>=5.24.0
Requires-Dist: pyyaml>=6.0.2
Provides-Extra: test
Requires-Dist: black==24.*; extra == 'test'
Requires-Dist: coverage-badge==1.*; extra == 'test'
Requires-Dist: coverage==7.2.2; extra == 'test'
Requires-Dist: flake8==4.0.1; extra == 'test'
Requires-Dist: numpy>=2.1; extra == 'test'
Requires-Dist: pandas>=2.2; extra == 'test'
Requires-Dist: plotly>=5.24.0; extra == 'test'
Requires-Dist: pytest-cov==4.0.0; extra == 'test'
Requires-Dist: pytest==8.*; extra == 'test'
Requires-Dist: pyyaml>=6.0.2; extra == 'test'
Requires-Dist: tox==4.4.7; extra == 'test'
Requires-Dist: twine==4.0.0; extra == 'test'
Description-Content-Type: text/markdown

# Plotly Presentation

![Coverage Badge](docs/coverage.svg)

This repository is targeted data analysts building most of their analyses in python and exporting the graphs to a slide deck. 

## Inspiration
Most of the inspiration for the library is taken from the [Spotify Chartify](https://github.com/spotify/chartify) library.
Much of the callout inspiration is taken from think-cell.

## Adjusting the default to your preferences
Make a copy of the `_defaults` folder to your home folder and name it `.plotly_presentation` so the path name will be `~/.plotly_presentation/`.
Alternatively you can paste the folder to a destination of your choice and do the following command: `export PLOTLY_CONFIG_DIR=your_folder`.