From a644aecc0bab5d6e384117e92edccfc2f51bd0b0 Mon Sep 17 00:00:00 2001 From: gcalderone Date: Wed, 1 Apr 2020 20:51:06 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c870d35..4dcadc1 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,20 @@ Build status | [![Build Status](https://travis-ci.org/gcalderone/Gnuplot.jl.svg **Examples** | ![Examples](https://img.shields.io/website?up_message=examples&url=https%3A%2F%2Flazarusa.github.io%2Fgnuplot-examples%2F) -**Gnuplot.jl** provides a simple package able to send both data and commands from Julia to an underlying [gnuplot](http://gnuplot.sourceforge.net/) process. Its main purpose it to provide a fast and powerful data visualization framework, using an extremely concise Julia syntax. +**Gnuplot.jl** is a simple package able to send both data and commands from Julia to an underlying [gnuplot](http://gnuplot.sourceforge.net/) 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](https://gcalderone.github.io/Gnuplot.jl/dev/), while the gallery of examples is maintained [here](https://lazarusa.github.io/gnuplot-examples/). ## Installation - Install with: -```julia-repl +```julia ]dev Gnuplot ``` A working [gnuplot](http://gnuplot.sourceforge.net/) package must be installed on your platform. Test package: -```julia-repl +```julia using Gnuplot println(Gnuplot.gpversion()) test_terminal()