Skip to content

Commit 364eb8b

Browse files
committed
export font from Plots for bchplot
1 parent 038d46a commit 364eb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Use `size(x, 1)` and `size(x, 2)` instead of `n, _ = size(x)` and `_, p = size(x)`, respectively.
44
- Add `v1.11` of Julia in GitHub CI.
5-
5+
- Export font from Plots in bchplot
66

77
# v0.11.6
88

src/LinRegOutliers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using Requires
77
function __init__()
88
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" begin
99

10-
import .Plots: RGBX
10+
import .Plots: RGBX, font
1111

1212
include("mveltsplot.jl")
1313
include("dataimage.jl")

0 commit comments

Comments
 (0)