Skip to content

Commit 7e59eef

Browse files
committed
Update the readme with example visualizations
1 parent 3950dff commit 7e59eef

15 files changed

Lines changed: 81 additions & 77 deletions

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ This is achieved by providing:
2828
* Functionality to caption visualizations;
2929
* Functionality to annotate any visualization with text; and
3030
* New types of visualizations not available in matplotlib:
31-
* 100% bar chart,
32-
* Network graph, and
33-
* Text-only visualizations.
31+
* 100% bar chart,
32+
* Network graph,
33+
* Slope graph,
34+
* Population chart, and
35+
* Text-only visualizations.
3436

3537
Multiplex automatically lays out your data so that you can focus on telling your story.
3638

@@ -86,6 +88,8 @@ Using Multiplex is very easy, but you can get started by checking out the [Jupyt
8688

8789
![Example bar chart](https://raw.githubusercontent.com/NicholasMamo/multiplex-plot/master/examples/exports/5-natural-gas.png)
8890

91+
![Example slope graph](https://raw.githubusercontent.com/NicholasMamo/multiplex-plot/master/examples/exports/6-slope.png)
92+
8993
![Example time series](https://raw.githubusercontent.com/NicholasMamo/multiplex-plot/master/examples/exports/3-time-series.png)
9094

9195
![Example network graph](https://raw.githubusercontent.com/NicholasMamo/multiplex-plot/master/examples/exports/4-marvel.png)

examples/.ipynb_checkpoints/1. Getting started-checkpoint.ipynb

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

examples/.ipynb_checkpoints/2. Text-checkpoint.ipynb

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

examples/.ipynb_checkpoints/3. Time series-checkpoint.ipynb

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

examples/.ipynb_checkpoints/4. Network graphs-checkpoint.ipynb

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

examples/1. Getting started.ipynb

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

examples/2. Text.ipynb

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

examples/3. Time series.ipynb

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

examples/4. Network graphs.ipynb

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

examples/exports/2-simple-text.png

-41.3 KB
Loading

0 commit comments

Comments
 (0)