gnuplot
Interface to Gnuplot
Summary
| Latest Version | 0.6 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-31 07:15 |
Tags
Authors
- dvolk
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.9.2 | No |
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
