From a0ac7b4a1ebe19331c995451b0238278837aafc7 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Fri, 29 Apr 2016 13:02:11 -0400 Subject: [PATCH] travis; readme --- README.md | 5 +++-- test/install_wkhtmltoimage.sh | 0 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 test/install_wkhtmltoimage.sh diff --git a/README.md b/README.md index b7b3be23..faded51f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ # Plots [![Build Status](https://travis-ci.org/tbreloff/Plots.jl.svg?branch=master)](https://travis-ci.org/tbreloff/Plots.jl) +[![Join the chat at https://gitter.im/tbreloff/Plots.jl](https://badges.gitter.im/tbreloff/Plots.jl.svg)](https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Join the chat at https://gitter.im/tbreloff/Plots.jl](https://badges.gitter.im/tbreloff/Plots.jl.svg)](https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) #### Author: Thomas Breloff (@tbreloff) Plots is a plotting API and toolset. My goals with the package are: -- **Intuitive**. Start generating complex plots without reading volumes of documentation. Commands should "just work". +- **Powerful**. Do more with less. Complex visualizations become easy. +- **Intuitive**. Start generating plots without reading volumes of documentation. Commands should "just work". - **Concise**. Less code means fewer mistakes and more efficient development/analysis. - **Flexible**. Produce your favorite plots from your favorite package, but quicker and simpler. - **Consistent**. Don't commit to one graphics package. Use the same code and access the strengths of all backends. diff --git a/test/install_wkhtmltoimage.sh b/test/install_wkhtmltoimage.sh old mode 100644 new mode 100755