Merge pull request #1575 from apalugniok/flip-plotly

Fix axis flip on Plotly (Fixes #1556)
This commit is contained in:
Andrew Palugniok 2018-06-28 08:28:01 +01:00 committed by GitHub
commit 17b7e37885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ function plotly_axis(plt::Plot, axis::Axis, sp::Subplot)
# flip # flip
if axis[:flip] if axis[:flip]
ax[:autorange] = "reversed" ax[:range] = reverse(ax[:range])
end end
# ticks # ticks