1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add vplot wrapper

This commit is contained in:
ylluminate 2021-11-11 14:41:02 -05:00 committed by GitHub
parent 5c05ae3b35
commit ad30eb585f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,7 @@
- [vsl](https://github.com/vlang/vsl) - A pure-V scientific library with a great variety of functions.
- [vtl](https://github.com/vlang/vtl) - Numerical computing library supporting n-dimensional data structure, backed by LAPACKE and OpenBLAS.
- [vplot](https://github.com/erdetn/vplot) - V wrapper for GNU Plot (`gnuplot_i`).
### Utility