Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tab20r #136

Merged
merged 6 commits into from
Dec 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
readme fix
  • Loading branch information
nschloe committed Dec 17, 2021
commit 42298feb65a5a53876c52cc0c503078eb3bd8cc9
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ results.

For example, to compare different NumPy array concatenation methods, the script

<!--pytest-codeblocks:skipif(sys.version_info <= (3, 10))-->

```python
import numpy as np
import perfplot
Expand Down Expand Up @@ -79,7 +77,7 @@ with the same arguments as above. It will plot the updates live.
Benchmarking and plotting can be separated. This allows multiple plots of the same data,
for example:

<!--pytest-codeblocks:skipif(sys.version_info <= (3, 9))-->
<!--pytest-codeblocks:skip-->

```python
out = perfplot.bench(
Expand Down