Skip to content

Commit 311b853

Browse files
authored
Merge pull request #15 from matplotlib/readme-changes
Cleaned up readme (partially closes #11)
2 parents 3737669 + 382b658 commit 311b853

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
Matplotlib Backend for Altair Visualization Library
2-
==================================================
31
[![Join the chat at https://gitter.im/matplotlib/mpl-altair](https://badges.gitter.im/matplotlib/mpl-altair.svg)](https://gitter.im/matplotlib/mpl-altair?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
42
[![Powered by http://www.numfocus.org](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://www.numfocus.org)
53

6-
# follow these conventions:
7-
https://matplotlib.org/devel/index.html
4+
Matplotlib Backend for Altair Visualization Library
5+
==================================================
6+
[Altair](https://altair-viz.github.io/) is a declarative statistical visualization library for Python, based on the [Vega and Vega-Lite](https://vega.github.io/) visualization grammars. This project converts Altair charts to Matplotlib objects that can be modified using the Matplotlib API, rendered as publication-qualuty figures, and integrated with Matplotlib based tools, libraries, and dashboards.
7+
88

9-
# testing framework:
10-
[pytest](https://docs.pytest.org/en/latest/)
9+
Contributing
10+
=============
11+
Want to add docs? Feautures? Found a bug? Awesome!
12+
13+
Our style guide is [matplotlib](https://matplotlib.org/devel/index.html)'s and we use [pytest](https://docs.pytest.org/en/latest/) for testing. Chat with us on [gitter](https://gitter.im/matplotlib/mpl-altair)
14+
1115

12-
# dependencies
13-
- anything altair or matplotlib depends on
16+
Acknowledgments
17+
================
18+
Initial work on this project was supported by the [John Hunter Matplotlib Summer Fellowship](https://www.numfocus.org/programs/john-hunter-technology-fellowship).

0 commit comments

Comments
 (0)