Skip to content

Commit f86818c

Browse files
Merge pull request #307 from UBC-DSCI/legend-fix
Remove legend modification to make it more readable
2 parents ff2e3b3 + 5f5ed1c commit f86818c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/classification1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,9 +1346,7 @@ area_smoothness_new_point_scaled = (
13461346
13471347
glue(
13481348
"fig:05-scaling-plt",
1349-
(area_smoothness_new_point | area_smoothness_new_point_scaled).configure_legend(
1350-
orient="bottom", titleAnchor="middle"
1351-
),
1349+
area_smoothness_new_point | area_smoothness_new_point_scaled
13521350
)
13531351
```
13541352

0 commit comments

Comments
 (0)