From 15a05de4e6c5b53cc194c4a2dfd59fedec1f02a8 Mon Sep 17 00:00:00 2001 From: shitohana Date: Thu, 2 Nov 2023 17:56:28 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3178ad..6eb1da5 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,9 @@ lp.draw() Output for _Brachypodium distachyon_: - +

+ +

**Confidence bands** can be visualized via setting the `confidence` parameter in `LinePlot.draw()` @@ -174,7 +176,9 @@ lp.draw(confidence=.95) Output for _Brachypodium distachyon_: - +

+ +

### Heat-map clusterisation @@ -199,7 +203,9 @@ clustered.draw().savefig("path/to/clustered_hm.pdf") ``` Output for _Brachypodium distachyon_ - +

+ +

### Smoothing the line plot