Skip to content

Commit 6358a51

Browse files
committed
Update the README.md file with a better description
1 parent bbca1c0 commit 6358a51

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
# Multiplex
44

5-
A Python library that builds on matplotlib, providing new types of visualizations to help you explore your data and explain it better.
5+
Multiplex is a Python library that builds on matplotlib, providing new visualizations to help you explore your data and explain it better.
66

7-
![Example time series](https://raw.githubusercontent.com/NicholasMamo/multiplex-plot/master/examples/exports/3-temperatures.png)
7+
Creating narrative-driven visualizations involves re-imagining matplotlib's plots.
8+
Multiplex follows best-practices to help you create visualizations.
9+
The library adds the capability to add a description to visualizations and moves the legend to the top.
10+
11+
In addition, Multiplex includes a brand new text visualization module to create text graphics or to annotate data anywhere.
12+
Multiplex also includes new matplotlib styles to help you present your data in the best way possible.
813

9-
## Getting Started
14+
![Example time series](https://raw.githubusercontent.com/NicholasMamo/multiplex-plot/master/examples/exports/3-temperatures.png)
1015

11-
These instructions will get you a copy of the project up and running.
16+
The instructions in this README.md file will get you a copy of the project up and running.
1217
For use-cases of Multiplex, check out the Jupyter Notebook examples in the [examples](https://github.com/NicholasMamo/multiplex-plot/tree/master/examples) directory.
1318
To read more about Multiplex, read the [documentation](https://nicholasmamo.github.io/multiplex-plot/).
1419

0 commit comments

Comments
 (0)