Update README.md

This commit is contained in:
gcalderone 2020-04-01 20:49:49 +02:00 committed by GitHub
parent fa435eee04
commit 03acd27705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,12 @@
# Gnuplot.jl
## A Julia interface to Gnuplot.
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
- ** Build status** | [![Build Status](https://travis-ci.org/gcalderone/Gnuplot.jl.svg?branch=master)](https://travis-ci.org/gcalderone/Gnuplot.jl) |
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
| **License** | [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md) |
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
| **Documentation** | [![DocumentationStatus](https://img.shields.io/badge/docs-latest-blue.svg?style=flat)](https://gcalderone.github.io/Gnuplot.jl/dev/) |
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
| **Examples** | [Examples](https://img.shields.io/website?style=flat)](https://lazarusa.github.io/gnuplot-examples//) |
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
Build status | [![Build Status](https://travis-ci.org/gcalderone/Gnuplot.jl.svg?branch=master)](https://travis-ci.org/gcalderone/Gnuplot.jl)
| ---------- | -----------|
**License** | [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
**Documentation** | [![DocumentationStatus](https://img.shields.io/badge/docs-latest-blue.svg?style=flat)](https://gcalderone.github.io/Gnuplot.jl/dev/)
**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.
@ -17,6 +14,7 @@ The documentation can be found [here](https://gcalderone.github.io/Gnuplot.jl/de
## Installation
Install with:
```julia-repl
]dev Gnuplot