Skip to content

Commit d06d625

Browse files
asinghvi17rafaqz
authored andcommitted
Remove rplot!
1 parent aa74d4d commit d06d625

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plotrecipes.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@ MakieCore.convert_arguments(::MakieCore.SurfaceLike, ::AbstractRaster{<: Real, D
366366
function rplot()
367367
@error("Please load `Makie.jl` and then call this function. If Makie is loaded, then you can't call `rplot` with no arguments!")
368368
end
369-
function rplot!()
370-
@error("Please load `Makie.jl` and then call this function. If Makie is loaded, then you can't call `rplot!` with no arguments!")
371-
end
372369

373370
# define the theme
374371

@@ -401,4 +398,4 @@ end
401398

402399
function theme_rasters()
403400
return merge(style_rasters(), color_rasters())
404-
end
401+
end

0 commit comments

Comments
 (0)