Updated
This commit is contained in:
parent
519731e4dd
commit
6a04709525
15
README.md
15
README.md
@ -3,7 +3,8 @@
|
||||
|
||||
[](https://travis-ci.org/gcalderone/Gnuplot.jl)
|
||||
[](LICENSE.md)
|
||||
[](https://gcalderone.github.io/Gnuplot.jl/v1.1.0/)
|
||||
[](https://gcalderone.github.io/Gnuplot.jl/v1.1.0/)
|
||||
[](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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user