diff --git a/REQUIRE b/REQUIRE index 58604a9..7bea436 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,5 +1,5 @@ julia 0.4 ForwardDiff 0.3.0 ValidatedNumerics 0.5.0 -RecipesBase 0.0.6 -Compat 0.8.6 \ No newline at end of file +RecipesBase 0.2.3 +Compat 0.8.6 diff --git a/src/plot_recipe.jl b/src/plot_recipe.jl index 3326c9c..f6d6663 100644 --- a/src/plot_recipe.jl +++ b/src/plot_recipe.jl @@ -140,8 +140,8 @@ end # L, R = extrema(x) # B, T = extrema(y) - xlims = get(d,:xlims, (-5,5)) - ylims = get(d, :ylims, (-5,5)) + xlims = get(plotattributes,:xlims, (-5,5)) + ylims = get(plotattributes, :ylims, (-5,5)) L, R = extrema(xlims) B, T = extrema(ylims)