Rework README.md

This commit is contained in:
Lucas Verney 2016-03-11 17:30:53 +01:00
parent c80f3a4fac
commit a5b8c447a8
2 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,15 @@
Replot
======
This repo is an attempt for a better API to plot graphs with
[Matplotlib](http://matplotlib.org/) in Python.
`Matplotlib` is a wonderful Python modules to plot data series, functions and
so on. However, I think the API is quite verbose. This is an attempt at
providing a better frontend API on top of `matplotlib` for easy and fast
plotting, especially at prototyping time.
## Features
These are the current features. I will extend the module whenever I feel the
@ -98,8 +103,7 @@ reuse. For more details, see `LICENSE.txt` file.
## Thanks
* [Matplotlib](http://matplotlib.org/) for their really good backend (but
not for their terrible API)
* [Matplotlib](http://matplotlib.org/) for their really good backend.
* [Seaborn](https://github.com/mwaskom/seaborn) and
[prettyplotlib](http://blog.olgabotvinnik.com/prettyplotlib/) which gave me
the original idea.