Skip to content

Commit

Permalink
remove heatmap from bivariate recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Sep 21, 2017
1 parent 8bd51cf commit 4d0bf0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bivariate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,4 @@ function Base.var(o::Ash2)
end
Base.std(o::Ash2) = sqrt.(var(o))

@RecipesBase.recipe function f(o::Ash2)
seriestype --> :heatmap
o.rngx, o.rngy, o.z
end
@RecipesBase.recipe f(o::Ash2) = o.rngx, o.rngy, o.z

0 comments on commit 4d0bf0f

Please sign in to comment.