fix plotlyjs lims: apply scalefunc
This commit is contained in:
parent
6677e0e0a0
commit
aee13d295c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user