Gnuplot.jl/README.md
2020-04-01 20:51:06 +02:00

1.1 KiB

Gnuplot.jl

A Julia interface to Gnuplot.

Build status Build Status
License License
Documentation DocumentationStatus
Examples Examples

Gnuplot.jl is 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.

Installation

Install with:

]dev Gnuplot

A working gnuplot package must be installed on your platform.

Test package:

using Gnuplot
println(Gnuplot.gpversion())
test_terminal()