Skip to content

Commit f1a8cfd

Browse files
authored
Use tab20r (#136)
* explicitly use tab20r * readme * version bump * readme fix
1 parent bfc9143 commit f1a8cfd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/perfplot.svg?style=flat-square)](https://pypi.org/pypi/perfplot/)
77
[![GitHub stars](https://img.shields.io/github/stars/nschloe/perfplot.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/nschloe/perfplot)
88
[![Downloads](https://pepy.tech/badge/perfplot/month)](https://pepy.tech/project/perfplot)
9+
910
<!--[![PyPi downloads](https://img.shields.io/pypi/dm/perfplot.svg?style=flat-square)](https://pypistats.org/packages/perfplot)-->
1011

1112
[![Discord](https://img.shields.io/static/v1?logo=discord&label=chat&message=on%20discord&color=7289da&style=flat-square)](https://discord.gg/hnTJ5MRX2Y)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = perfplot
3-
version = 0.9.12
3+
version = 0.9.13
44
author = Nico Schlömer
55
author_email = [email protected]
66
description = Performance plots for Python code snippets

src/perfplot/_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from ._exceptions import PerfplotError
2424

25-
plt.style.use(matplotx.styles.dufte)
25+
plt.style.use(matplotx.styles.duftify(matplotx.styles.tab20r))
2626

2727
# Orders of Magnitude for SI time units in {unit: magnitude} format
2828
si_time = {

0 commit comments

Comments
 (0)