Fix axis flip on Plotly.
This commit is contained in:
parent
495753b517
commit
371430c172
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user