Skip to content

Commit 359770a

Browse files
center links and badges (fastplotlib#969)
1 parent 68dceee commit 359770a

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@
44

55
---
66

7-
[![CI](https://github.com/fastplotlib/fastplotlib/actions/workflows/ci.yml/badge.svg)](https://github.com/fastplotlib/fastplotlib/actions/workflows/ci.yml)
8-
[![PyPI version](https://badge.fury.io/py/fastplotlib.svg)](https://badge.fury.io/py/fastplotlib)
9-
[![Deploy docs](https://github.com/fastplotlib/fastplotlib/actions/workflows/docs-deploy.yml/badge.svg)](https://fastplotlib.org/ver/dev/)
10-
[![DOI](https://zenodo.org/badge/485481453.svg)](https://zenodo.org/doi/10.5281/zenodo.13365890)
11-
12-
[**Installation**](https://github.com/fastplotlib/fastplotlib#installation) |
13-
[**GPU Drivers**](https://github.com/kushalkolar/fastplotlib#graphics-drivers) |
14-
[**Documentation**](https://github.com/fastplotlib/fastplotlib#documentation) |
15-
[**Examples**](https://github.com/kushalkolar/fastplotlib#examples) |
16-
[**Contributing**](https://github.com/kushalkolar/fastplotlib#heart-contributing)
7+
<p align="center">
8+
<a href="https://github.com/fastplotlib/fastplotlib/actions/workflows/ci.yml"><img src="https://github.com/fastplotlib/fastplotlib/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
9+
<a href="https://badge.fury.io/py/fastplotlib"><img src="https://badge.fury.io/py/fastplotlib.svg" alt="PyPI version"></a>
10+
<a href="https://fastplotlib.org/ver/dev/"><img src="https://github.com/fastplotlib/fastplotlib/actions/workflows/docs-deploy.yml/badge.svg" alt="Deploy docs"></a>
11+
<a href="https://zenodo.org/doi/10.5281/zenodo.13365890"><img src="https://zenodo.org/badge/485481453.svg" alt="DOI"></a>
12+
</p>
13+
14+
<p align="center">
15+
<a href="https://github.com/fastplotlib/fastplotlib#installation"><b>Installation</b></a> |
16+
<a href="https://github.com/kushalkolar/fastplotlib#graphics-drivers"><b>GPU Drivers</b></a> |
17+
<a href="https://github.com/fastplotlib/fastplotlib#documentation"><b>Documentation</b></a> |
18+
<a href="https://github.com/kushalkolar/fastplotlib#examples"><b>Examples</b></a> |
19+
<a href="https://github.com/kushalkolar/fastplotlib#heart-contributing"><b>Contributing</b></a>
20+
</p>
1721

1822
Next-gen plotting library built using the [`pygfx`](https://github.com/pygfx/pygfx) rendering engine that utilizes [Vulkan](https://en.wikipedia.org/wiki/Vulkan), [DX12](https://en.wikipedia.org/wiki/DirectX#DirectX_12), or [Metal](https://developer.apple.com/metal/) via WGPU, so it is very fast! `fastplotlib` is an expressive plotting library that enables rapid prototyping for large scale exploratory scientific visualization.
1923

0 commit comments

Comments
 (0)