1
+ # Deprecation
2
+
3
+ dufte as a stand-alone module has been deprecated and merged into [ mplx] ( https://github.com/nschloe/mplx ) .
4
+
5
+ ---
6
+
1
7
<p align =" center " >
2
8
<a href =" https://github.com/nschloe/dufte " ><img alt =" dufte-logo " src =" https://nschloe.github.io/dufte/logo.svg " width =" 40% " ></a >
3
9
<p align =" center " ><a href =" https://en.wikipedia.org/wiki/Berlin_German " >Da kiekste, wa?</a ></p >
7
13
[ ![ Anaconda Cloud] ( https://anaconda.org/conda-forge/dufte/badges/version.svg?=style=flat-square )] ( https://anaconda.org/conda-forge/dufte/ )
8
14
[ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/dufte.svg?style=flat-square )] ( https://pypi.org/project/dufte/ )
9
15
[ ![ GitHub stars] ( https://img.shields.io/github/stars/nschloe/dufte.svg?logo=github&label=Stars&logoColor=white&style=flat-square )] ( https://github.com/nschloe/dufte )
10
- [ ![ PyPi downloads] ( https://img.shields.io/pypi/dm/dufte.svg?style=flat-square )] ( https://pypistats.org/packages/dufte )
16
+ [ ![ Downloads] ( https://pepy.tech/badge/dufte/month?style=flat-square )] ( https://pepy.tech/project/dufte )
17
+ <!-- [](https://pypistats.org/packages/dufte)-->
11
18
12
19
[ ![ gh-actions] ( https://img.shields.io/github/workflow/status/nschloe/dufte/ci?style=flat-square )] ( https://github.com/nschloe/dufte/actions?query=workflow%3Aci )
13
20
[ ![ codecov] ( https://img.shields.io/codecov/c/github/nschloe/dufte.svg?style=flat-square )] ( https://codecov.io/gh/nschloe/dufte )
17
24
This package creates clean and beautiful plots that work on light and dark backgrounds.
18
25
Inspired by the work of [ Edward Tufte] ( https://en.wikipedia.org/wiki/Edward_Tufte ) .
19
26
20
- To use, simply select the ` dufte ` style:
27
+ To use, install with
28
+
29
+ ```
30
+ pip install dufte
31
+ ```
32
+
33
+ and simply select the ` dufte ` style:
21
34
22
35
``` python
23
36
import dufte
@@ -67,7 +80,7 @@ See [here](tests/create_comparison.py) for how to create the below plots.
67
80
</table >
68
81
</a >
69
82
70
- Further reading:
83
+ ### Further reading and other styles
71
84
72
85
- [ Remove to improve: data-ink ratio] ( https://www.darkhorseanalytics.com/blog/data-looks-better-naked )
73
86
@@ -79,6 +92,15 @@ Further reading:
79
92
- [ prettyplotlib] ( https://github.com/olgabot/prettyplotlib )
80
93
- [ Wikipedia: Chartjunk] ( https://en.wikipedia.org/wiki/Chartjunk )
81
94
95
+ Other styles
96
+
97
+ - [ John Garrett, _ Science Plots_ ] ( https://github.com/garrettj403/SciencePlots )
98
+ - [ Dominik Haitz, _ Cyberpunk style_ ] ( https://github.com/dhaitz/mplcyberpunk )
99
+ - [ Dominik Haitz, _ Matplotlib stylesheets_ ] ( https://github.com/dhaitz/matplotlib-stylesheets )
100
+ - [ Carlos da Costa, _ The Grand Budapest Hotel_ ] ( https://github.com/cako/mpl_grandbudapest )
101
+ - [ Danny Antaki, _ vaporwave aesthetics_ ] ( https://github.com/dantaki/vapeplot )
102
+ - [ QuantumBlack Labs, _ QuantumBlack_ ] ( https://github.com/quantumblacklabs/qbstyles )
103
+
82
104
Projects using dufte:
83
105
84
106
- [ perfplot] ( https://github.com/nschloe/perfplot )
@@ -100,20 +122,3 @@ non-negative least-squares problem
100
122
101
123
where $` a ` $ is the minimum distance between two entries and $` t_i ` $ is the target
102
124
position.
103
-
104
- ### Testing
105
-
106
- To run the dufte unit tests, check out this repository and type
107
-
108
- ```
109
- pytest
110
- ```
111
-
112
- ### Other style sheets and further reading
113
-
114
- - [ John Garrett, _ Science Plots_ ] ( https://github.com/garrettj403/SciencePlots )
115
- - [ Dominik Haitz, _ Cyberpunk style_ ] ( https://github.com/dhaitz/mplcyberpunk )
116
- - [ Dominik Haitz, _ Matplotlib stylesheets_ ] ( https://github.com/dhaitz/matplotlib-stylesheets )
117
- - [ Carlos da Costa, _ The Grand Budapest Hotel_ ] ( https://github.com/cako/mpl_grandbudapest )
118
- - [ Danny Antaki, _ vaporwave aesthetics_ ] ( https://github.com/dantaki/vapeplot )
119
- - [ QuantumBlack Labs, _ QuantumBlack_ ] ( https://github.com/quantumblacklabs/qbstyles )
0 commit comments