File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ You will also notice that we set the random seed using the `np.random.seed` func
432
432
as described in {numref}` randomseeds ` .
433
433
434
434
``` {code-cell} ipython3
435
+ :tags: ["remove-output"]
435
436
# load packages
436
437
import altair as alt
437
438
import pandas as pd
@@ -462,11 +463,18 @@ perim_concav = alt.Chart(cancer).mark_circle().encode(
462
463
perim_concav
463
464
```
464
465
465
- ``` {figure} data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
466
+ ``` {code-cell} ipython3
467
+ :tags: ["remove-cell"]
468
+ glue("fig:06-precode", perim_concav)
469
+ ```
470
+
471
+ :::{glue: figure } fig:06-precode
466
472
:name: fig:06-precode
467
473
468
474
Scatter plot of tumor cell concavity versus smoothness colored by diagnosis label.
469
- ```
475
+ :::
476
+
477
+
470
478
471
479
+++
472
480
You can’t perform that action at this time.
0 commit comments