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
|
||||
if axis[:flip]
|
||||
ax[:autorange] = "reversed"
|
||||
ax[:range] = reverse(ax[:range])
|
||||
end
|
||||
|
||||
# ticks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user