From 6a0470952513d1e78027b20e29997557a2efb719 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Thu, 16 Apr 2020 14:24:05 +0200 Subject: [PATCH] Updated --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a7b2e2d..458d507 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Build Status](https://travis-ci.org/gcalderone/Gnuplot.jl.svg?branch=master)](https://travis-ci.org/gcalderone/Gnuplot.jl) [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md) -[![DocumentationStatus](https://img.shields.io/badge/docs-latest-blue.svg?style=flat)](https://gcalderone.github.io/Gnuplot.jl/v1.1.0/) +[![DocumentationStatus](https://img.shields.io/badge/docs-stable-blue.svg?style=flat)](https://gcalderone.github.io/Gnuplot.jl/v1.1.0/) +[![DocumentationStatus](https://img.shields.io/badge/docs-latest-blue.svg?style=flat)](https://gcalderone.github.io/Gnuplot.jl/v1.2.0/) **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. @@ -13,19 +14,9 @@ Install with: ```julia -]add Gnuplot -``` -A working [gnuplot](http://gnuplot.sourceforge.net/) package must be installed on your platform. - -You check the installed **Gnuplot.jl** version with: -```julia -]st Gnuplot -``` -If the displayed version is not v1.1.0 you are probably having a dependency conflict. In this case try forcing installation of the correct version with: -```julia ]add Gnuplot@1.1.0 ``` -and check which package is causing the conflict. +A working [gnuplot](http://gnuplot.sourceforge.net/) package must be installed on your platform. Test package: ```julia