Skip to content

Commit

Permalink
Remove registercolors which no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
mkborregaard committed Aug 9, 2018
1 parent d85a5c6 commit 7b947d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PlotRecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function convert_to_image(var::AbstractVector, grd::AbstractGridData)
end

RecipesBase.@recipe function f(var::AbstractVector, grd::AbstractGridData)
registercolors()
seriestype := :heatmap
aspect_ratio --> :equal
grid --> false
Expand All @@ -21,7 +20,6 @@ RecipesBase.@recipe function f(sit::SiteFields)
end

RecipesBase.@recipe function f(var::AbstractVector, pnt::AbstractPointData)
registercolors()
seriestype := :scatter
aspect_ratio --> :equal
grid --> false
Expand Down

0 comments on commit 7b947d8

Please sign in to comment.