Skip to content

Commit 95c2dd5

Browse files
authored
Update README.md
1 parent baf1f8b commit 95c2dd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Catplotlib (C++ mini-plotting, matplotlib-like)
2+
[![CMake on multiple platforms](https://github.com/Iro96/catplotlib/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/Iro96/catplotlib/actions/workflows/cmake-multi-platform.yml)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4+
![PR: Welcome](https://img.shields.io/badge/PR-Welcome-orange.svg)
5+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-red.svg)
26

37
Catplotlib is a lightweight, header-first C++ plotting library that renders to SVG. It provides a tiny, familiar API reminiscent of matplotlib for quick plots directly from C++ without external runtime dependencies.
48

@@ -118,3 +122,4 @@ Here are some example plots generated with catplot:
118122

119123
[MIT](https://github.com/Iro96/catplotlib/blob/main/LICENSE)
120124

125+

0 commit comments

Comments
 (0)