Rework README.md
This commit is contained in:
parent
c80f3a4fac
commit
a5b8c447a8
File diff suppressed because one or more lines are too long
10
README.md
10
README.md
@ -1,10 +1,15 @@
|
|||||||
Replot
|
Replot
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
||||||
This repo is an attempt for a better API to plot graphs with
|
This repo is an attempt for a better API to plot graphs with
|
||||||
[Matplotlib](http://matplotlib.org/) in Python.
|
[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
|
## Features
|
||||||
|
|
||||||
These are the current features. I will extend the module whenever I feel the
|
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
|
## Thanks
|
||||||
|
|
||||||
* [Matplotlib](http://matplotlib.org/) for their really good backend (but
|
* [Matplotlib](http://matplotlib.org/) for their really good backend.
|
||||||
not for their terrible API)
|
|
||||||
* [Seaborn](https://github.com/mwaskom/seaborn) and
|
* [Seaborn](https://github.com/mwaskom/seaborn) and
|
||||||
[prettyplotlib](http://blog.olgabotvinnik.com/prettyplotlib/) which gave me
|
[prettyplotlib](http://blog.olgabotvinnik.com/prettyplotlib/) which gave me
|
||||||
the original idea.
|
the original idea.
|
||||||
|
Loading…
Reference in New Issue
Block a user