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