From aee13d295c1bf34315e7682336d6a3352d9a9753 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Wed, 12 Oct 2016 15:11:51 -0400 Subject: [PATCH] fix plotlyjs lims: apply scalefunc --- src/backends/plotly.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index d2548cf8..3ad993f3 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -218,7 +218,7 @@ function plotly_axis(axis::Axis, sp::Subplot) # lims lims = axis[:lims] if lims != :auto && limsType(lims) == :limits - ax[:range] = lims + ax[:range] = map(scalefunc(axis[:scale]), lims) end # flip