Skip to content

Commit 4131732

Browse files
fix new glue commands in clustering
1 parent 41fada8 commit 4131732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/clustering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ toy_example_clus1_center = alt.layer(
350350
glue('toy-example-clus1-center', toy_example_clus1_center, display=True)
351351
```
352352

353-
In the first cluster from the example, there are {glue:}`clus_rows_glue` data points. These are shown with their cluster center
354-
(flipper_length_standardized = {glue:}`mean_flipper_len_std_glue` and bill_length_standardized = {glue:}`mean_bill_len_std_glue`) highlighted
353+
In the first cluster from the example, there are {glue:text}`clus_rows_glue` data points. These are shown with their cluster center
354+
(flipper_length_standardized = {glue:text}`mean_flipper_len_std_glue` and bill_length_standardized = {glue:text}`mean_bill_len_std_glue`) highlighted
355355
in {numref}`toy-example-clus1-center`
356356

357357
:::{glue:figure} toy-example-clus1-center

0 commit comments

Comments
 (0)