From fb1b6dc8411bab09a4c2d10f18ad7177e67a8d01 Mon Sep 17 00:00:00 2001 From: Jan Weidner Date: Tue, 3 Oct 2017 20:38:26 +0200 Subject: [PATCH 1/2] replace d by plotattributes inside recipes --- src/plot_recipe.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) From db7c0edb75483b8c16fcc07910a8cf84042693b7 Mon Sep 17 00:00:00 2001 From: Jan Weidner Date: Tue, 3 Oct 2017 20:45:41 +0200 Subject: [PATCH 2/2] bump required RecipesBase version --- REQUIRE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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