File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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<!-- [](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 )
Original file line number Diff line number Diff line change 11[metadata]
22name = perfplot
3- version = 0.9.12
3+ version = 0.9.13
44author = Nico Schlömer
5566description = Performance plots for Python code snippets
Original file line number Diff line number Diff line change 2222
2323from ._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
2828si_time = {
You can’t perform that action at this time.
0 commit comments