Giorgio Calderone fa435eee04 Docs updated
2020-04-01 20:37:31 +02:00
2020-04-01 20:37:31 +02:00
2020-03-17 15:00:41 +01:00
2020-04-01 19:35:54 +02:00
2020-04-01 16:18:50 +02:00
2020-03-24 12:14:05 +01:00
2020-03-20 09:10:50 +01:00
2017-08-25 01:36:00 +02:00
2020-04-01 20:37:31 +02:00

Gnuplot.jl

A Julia interface to Gnuplot.

|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|

  • ** Build status** Build Status
    License License
    :------------------: :------------------------------------------------------------------------------------------------------------------------------------:
    Documentation DocumentationStatus
    :------------------: :------------------------------------------------------------------------------------------------------------------------------------:
    Examples Examples](https://lazarusa.github.io/gnuplot-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
Julia interface to gnuplot
Readme 12 MiB
Languages
Julia 100%