Skip to content

Commit 123aa53

Browse files
committed
whoops
1 parent 534203f commit 123aa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/colormaps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ColorMap(c::AbstractMatrix{T}, n=max(256, size(c,1)), gamma=1.0) where {T<:Real}
139139
########################################################################
140140

141141
@doc LazyHelp(cm_get_cmap) get_cmap() = ColorMap(cm_get_cmap())
142-
get_cmap(name::AbstractString) = ColorMap(pycall(cm_get_cmap(name)))
142+
get_cmap(name::AbstractString) = ColorMap(cm_get_cmap(name))
143143
get_cmap(name::AbstractString, lut::Integer) = ColorMap(cm_get_cmap(name, lut))
144144
get_cmap(c::ColorMap) = c
145145
ColorMap(name::AbstractString) = get_cmap(name)

0 commit comments

Comments
 (0)