Gnuplot.jl
A Julia interface to Gnuplot.
| Build status | |
|---|---|
| License | |
| Documentation | |
| Examples |
Gnuplot.jl provides a simple package able to send both data and commands from Julia to an underlying gnuplot process. Its main purpose it to provide a fast and powerful data visualization framework, using an extremely concise Julia syntax.
The documentation can be found here, while the gallery of examples is maintained here.
Installation
Install with:
]dev Gnuplot
A working gnuplot package must be installed on your platform.
Test package:
using Gnuplot
println(Gnuplot.gpversion())
test_terminal()
Description
Languages
Julia
100%