Fix axis flip on Plotly.

This commit is contained in:
Andrew Palugniok 2018-06-26 12:18:22 +01:00
parent 495753b517
commit 371430c172

View File

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