Skip to content

Commit 3b27429

Browse files
committed
updated readme
1 parent 14fcf5a commit 3b27429

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ brings new visualizations, refined plots, and improved accuracy.
2121

2222
1. **Whorlmap 🌀: Compact visualization for multi-dimensional effects**
2323

24-
Introducing Whorlmap, a new way to visualize effect sizes from
24+
Introducing **Whorlmap**, a new way to visualize effect sizes from
2525
multiple comparisons in a compact, grid-based format.
2626

2727
Whorlmaps condense information from the full bootstrap distributions
28-
of many contrast objects into a 2D heatmap-style grid of “whorled”
29-
cells. This provides an overview of the entire dataset while
28+
of many contrast objects into a **2D heatmap-style grid of “whorled”
29+
cells**. This provides an overview of the entire dataset while
3030
preserving the underlying distributional detail.
3131

3232
They are especially useful for large-scale or multi-condition
33-
experiments, serving as a space-efficient alternative to stacked
34-
forest plots.
33+
experiments, serving as a **space-efficient alternative to stacked
34+
forest plots**.
3535

3636
You can generate a Whorlmap directly from multi-dimensional DABEST
3737
objects using the `.whorlmap()` method. See the [Whorlmap
3838
tutorial](10-whorlmap.html) for more details.
3939

4040
2. **Slopegraphs 📈: Enhanced summaries for paired data**
4141

42-
Slopegraphs for paired continuous data now display group summary
43-
statistics.
42+
Slopegraphs for paired continuous data now display **group summary
43+
statistics**.
4444

4545
- By default, a thick trend line connects group means, with vertical
4646
bars showing standard deviation.
@@ -57,16 +57,16 @@ brings new visualizations, refined plots, and improved accuracy.
5757
3. **Mini-meta Weighted Delta Fix 🧮**
5858

5959
The weighted delta calculation in mini-meta plots has been updated
60-
for greater accuracy and consistency.
60+
for **greater accuracy and consistency**.
6161

6262
4. **Expanded custom_palette functionality 🎨**
6363

64-
- Barplots (unpaired, proportional): `custom_palette` can now take
65-
`0` and `1` as dictionary keys to color the filled and unfilled
66-
portions of the plot.
64+
- **Barplots (unpaired, proportional):** `custom_palette` can now
65+
take `1` and `0` as dictionary keys to color the filled and
66+
unfilled portions of the plot.
6767

68-
- Slopegraphs (paired, non-proportional): `custom_palette` can now
69-
color contrast bars and effect-size curves.
68+
- **Slopegraphs (paired, non-proportional):** `custom_palette` can
69+
now color contrast bars and effect-size curves.
7070

7171
See the Custom Palette section in the [Plot Aesthetics
7272
tutorial](08-plot_aesthetics.html) for examples.

nbs/read_me.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"\n",
3838
"1. **Whorlmap 🌀: Compact visualization for multi-dimensional effects**\n",
3939
" \n",
40-
" Introducing Whorlmap, a new way to visualize effect sizes from multiple comparisons in a compact, grid-based format.\n",
40+
" Introducing **Whorlmap**, a new way to visualize effect sizes from multiple comparisons in a compact, grid-based format.\n",
4141
"\n",
42-
" Whorlmaps condense information from the full bootstrap distributions of many contrast objects into a 2D heatmap-style grid of “whorled” cells. This provides an overview of the entire dataset while preserving the underlying distributional detail.\n",
42+
" Whorlmaps condense information from the full bootstrap distributions of many contrast objects into a **2D heatmap-style grid of “whorled” cells**. This provides an overview of the entire dataset while preserving the underlying distributional detail.\n",
4343
"\n",
44-
" They are especially useful for large-scale or multi-condition experiments, serving as a space-efficient alternative to stacked forest plots.\n",
44+
" They are especially useful for large-scale or multi-condition experiments, serving as a **space-efficient alternative to stacked forest plots**.\n",
4545
"\n",
4646
" You can generate a Whorlmap directly from multi-dimensional DABEST objects using the `.whorlmap()` method. See the [Whorlmap tutorial](10-whorlmap.html) for more details.\n",
4747
"\n",
4848
"2. **Slopegraphs 📈: Enhanced summaries for paired data**\n",
4949
" \n",
50-
" Slopegraphs for paired continuous data now display group summary statistics.\n",
50+
" Slopegraphs for paired continuous data now display **group summary statistics**.\n",
5151
"\n",
5252
" - By default, a thick trend line connects group means, with vertical bars showing standard deviation.\n",
5353
" \n",
@@ -59,14 +59,14 @@
5959
"\n",
6060
"3. **Mini-meta Weighted Delta Fix 🧮**\n",
6161
" \n",
62-
" The weighted delta calculation in mini-meta plots has been updated for greater accuracy and consistency.\n",
62+
" The weighted delta calculation in mini-meta plots has been updated for **greater accuracy and consistency**.\n",
6363
"\n",
6464
"4. **Expanded custom_palette functionality 🎨**\n",
6565
" \n",
66-
" - Barplots (unpaired, proportional):\n",
67-
" `custom_palette` can now take `0` and `1` as dictionary keys to color the filled and unfilled portions of the plot.\n",
66+
" - **Barplots (unpaired, proportional):**\n",
67+
" `custom_palette` can now take `1` and `0` as dictionary keys to color the filled and unfilled portions of the plot.\n",
6868
"\n",
69-
" - Slopegraphs (paired, non-proportional):\n",
69+
" - **Slopegraphs (paired, non-proportional):**\n",
7070
" `custom_palette` can now color contrast bars and effect-size curves.\n",
7171
"\n",
7272
" See the Custom Palette section in the [Plot Aesthetics tutorial](08-plot_aesthetics.html) for examples.\n",

0 commit comments

Comments
 (0)