gnuplot
Nim interface to gnuplot
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install gnuplot
choosenim install gnuplot
git clone https://github.com/dvolk/gnuplot.nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| gnuplot | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/dvolk/gnuplot.nim |
|---|---|
| Homepage | https://github.com/dvolk/gnuplot.nim |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
gnuplot.nim
Nim interface to gnuplot
Installation
$ git clone https://github.com/dvolk/gnuplot.nim
$ cd gnuplot.nim
$ nimble install
example
$ cd examples
$ nim -r c fresnel_test.nim
