Update README.md
This commit is contained in:
parent
fa435eee04
commit
03acd27705
16
README.md
16
README.md
@ -1,15 +1,12 @@
|
||||
# Gnuplot.jl
|
||||
## A Julia interface to Gnuplot.
|
||||
|
||||
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
- ** Build status** | [](https://travis-ci.org/gcalderone/Gnuplot.jl) |
|
||||
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| **License** | [](LICENSE.md) |
|
||||
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| **Documentation** | [](https://gcalderone.github.io/Gnuplot.jl/dev/) |
|
||||
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| **Examples** | [Examples](https://img.shields.io/website?style=flat)](https://lazarusa.github.io/gnuplot-examples//) |
|
||||
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
Build status | [](https://travis-ci.org/gcalderone/Gnuplot.jl)
|
||||
| ---------- | -----------|
|
||||
**License** | [](LICENSE.md)
|
||||
**Documentation** | [](https://gcalderone.github.io/Gnuplot.jl/dev/)
|
||||
**Examples** | 
|
||||
|
||||
|
||||
**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.
|
||||
|
||||
@ -17,6 +14,7 @@ The documentation can be found [here](https://gcalderone.github.io/Gnuplot.jl/de
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Install with:
|
||||
```julia-repl
|
||||
]dev Gnuplot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user