We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4085520 commit 0eddb6fCopy full SHA for 0eddb6f
src/DustExtinction.jl
@@ -25,22 +25,7 @@ export redden,
25
G03_LMCAve,
26
# Dust maps
27
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
+ ebv_galactic
44
45
"""
46
abstract type DustExtinction.ExtinctionLaw
0 commit comments