Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
breedlun committed Dec 3, 2015
1 parent bb3e7fe commit d64d9bb
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
-------------
Expand All @@ -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.

<!--
Citing
------
Clearplot can be cited using a DOI provided through Zenodo: [![DOI]()]()
-->

Dependencies
------------
Expand All @@ -24,28 +26,22 @@ Dependencies

- [numpy](http://www.numpy.org/)

- [matplotlib](http://matplotlib.sourceforge.net)
- [matplotlib](http://matplotlib.org)


Installation
------------

<!--To install the released version, just do
pip install clearplot
You may instead want to use the development version from Github, by running
pip install git+git://github.com/breedlun/clearplot.git#egg=clearplot
-->
The documentation contains [installation instructions](http://clearplot.readthedocs.org/en/latest/installation/).

<!--
Testing
-------
<!--[![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`).-->
[![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
---------
Expand Down

0 comments on commit d64d9bb

Please sign in to comment.