From d64d9bbc0e3d1739bac3f89afb224aa1a96b2242 Mon Sep 17 00:00:00 2001 From: breedlun Date: Wed, 2 Dec 2015 21:53:04 -0700 Subject: [PATCH] Updated README.md --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 721ee88..16a5856 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clearplot -Clearplot creates publication quality plots using matplotlib. The emphasis is on 2D plots of simple curves and images, like the example below. +Clearplot creates publication quality plots using matplotlib. Documentation ------------- @@ -12,10 +12,12 @@ Examples The documentation contains an [example gallery](http://clearplot.readthedocs.org/en/latest/examples/) with scripts demonstrating how to generate several types of plots. + Dependencies ------------ @@ -24,28 +26,22 @@ Dependencies - [numpy](http://www.numpy.org/) -- [matplotlib](http://matplotlib.sourceforge.net) +- [matplotlib](http://matplotlib.org) Installation ------------ - +The documentation contains [installation instructions](http://clearplot.readthedocs.org/en/latest/installation/). + - - +[![Build Status](https://travis-ci.org/breedlun/clearplot.png?branch=master)](https://travis-ci.org/breedlun/clearplot) +To test seaborn, run `make test` in the source directory. This will run the unit-test and doctest suite (using `nose`). +--> Bug Fixes ---------