Skip to main content

Clean matplotlib plots

Project description

Deprecation

dufte as a stand-alone module has been deprecated and merged into mplx.


dufte-logo

Da kiekste, wa?

PyPi Version Anaconda Cloud PyPI pyversions GitHub stars Downloads

gh-actions codecov LGTM Code style: black

This package creates clean and beautiful plots that work on light and dark backgrounds. Inspired by the work of Edward Tufte.

To use, install with

pip install dufte

and simply select the dufte style:

import dufte
import matplotlib.pyplot as plt

# global setting:
plt.style.use(dufte.style)

# with a context manager:
with plt.style.context(dufte.style_bar):
    # ...
    pass

Check out dufte.legend(), dufte.ylabel(), and dufte.show_bar_values() for more duftiness.

Comparison with default Matplotlib

See here for how to create the below plots.

matplotlib dufte with dufte.legend()
matplotlib dufte dufte with dufte.show_bar_values()

Further reading and other styles

Other styles

Projects using dufte:

Background

xdoc

The position $x_i$ of the line annotations is computed as the solution of a non-negative least-squares problem

\begin{align}
\frac{1}{2}\sum_i (x_i - t_i)^2 \to \min_x,\\
(x_i - x_j)^2 \ge a^2 \quad \forall i,j.
\end{align}

where $a$ is the minimum distance between two entries and $t_i$ is the target position.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dufte-0.2.29.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

dufte-0.2.29-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file dufte-0.2.29.tar.gz.

File metadata

  • Download URL: dufte-0.2.29.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for dufte-0.2.29.tar.gz
Algorithm Hash digest
SHA256 9177a09fb27d46fe5b1390825c9347ecddb5176b4fa69614ce0d83499c200689
MD5 70aaf860d324a28810343ea4ab51a280
BLAKE2b-256 3fdc81f41060445a319f24c9771e66b8a935fb435b1ca13fecf8cb4b9310a39f

See more details on using hashes here.

File details

Details for the file dufte-0.2.29-py3-none-any.whl.

File metadata

  • Download URL: dufte-0.2.29-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for dufte-0.2.29-py3-none-any.whl
Algorithm Hash digest
SHA256 3c16741c70acd681685df7091af0bffcded33257e866619738d7d13fee049bed
MD5 c4f15ffa68eb5dc44b0240e9fd1cce47
BLAKE2b-256 28cd55dae0584e0862688f484cbd6e27ea9ed33fc7ffcc2dc5d0524557c1aad6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page