Skip to content

Commit 0eddb6f

Browse files
committed
keep doc-specific plot functions in docs env
1 parent 4085520 commit 0eddb6f

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/DustExtinction.jl

+1-16
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,7 @@ export redden,
2525
G03_LMCAve,
2626
# Dust maps
2727
SFD98Map,
28-
ebv_galactic,
29-
# Makie.jl recipe extension
30-
lplot,
31-
lplot!,
32-
dplot,
33-
dplot!,
34-
mplot,
35-
mplot!
36-
37-
# Plot recipe stubs
38-
function lplot end
39-
function lplot! end
40-
function mplot end
41-
function mplot! end
42-
function dplot end
43-
function dplot! end
28+
ebv_galactic
4429

4530
"""
4631
abstract type DustExtinction.ExtinctionLaw

0 commit comments

Comments
 (0)