Metadata-Version: 2.4
Name: plot-dufte
Version: 0.1.4
Summary: Dufte - Ein Python-Paket für Tufte-Style Plots
License: MIT
License-File: LICENSE
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: plotnine (>=0.12.4)
Project-URL: Documentation, https://deinuser.github.io/plot-dufte/
Project-URL: Repository, https://github.com/deinuser/plot-dufte
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://github.com/Saplinging/dufte/blob/main/docs/images/Logo_plot-dufte_Wei%C3%9FerHintergrund.png?raw=true" alt="plot-dufte Logo" width="500">
  <br>
  <em>"Above all else show the data." – Edward Tufte (1983)</em>
</p>

-----------------

# dufte: Tufte-style Data Visualization for Python

|  |  |
| --- | --- |
| **Testing** | [![Tests](https://github.com/Saplinging/dufte/actions/workflows/tests.yml/badge.svg)](https://github.com/Saplinging/dufte/actions/workflows/tests.yml) |
| **Package** | [![PyPI Latest Release](https://img.shields.io/pypi/v/plot-dufte.svg)](https://pypi.org/project/plot-dufte/) [![PyPI Downloads](https://img.shields.io/pypi/dm/plot-dufte.svg?label=PyPI%20downloads)](https://pypi.org/project/plot-dufte/) |
| **Meta** | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Python Versions](https://img.shields.io/pypi/pyversions/plot-dufte.svg)](https://pypi.org/project/plot-dufte/) |


## Plots

- **Range-Frame Plot**: Minimale Boxplot-Alternative zur Darstellung von Datenspannen
- **Dot-Dash Plot**: Streudiagramme mit integrierten Randverteilungen
- **Slopegraph**: Vergleich von Veränderungen zwischen zwei Zeitpunkten
- **Small Multiples**: Facettierte Darstellungen für Mustervergleiche
- **Sparklines**: Kompakte Inline-Zeitreihen
- **Layered Focus**: Hervorhebung spezifischer Daten im Kontext
- **Time Series**: Klare zeitliche Visualisierungen


## Installation

The source code is currently hosted on GitHub at:
https://github.com/Saplinging/dufte

Binary installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/plot-dufte).

```bash
pip install plot-dufte
```
