plotly ticks fix

This commit is contained in:
Thomas Breloff 2016-07-21 10:52:06 -04:00
parent 73af635be6
commit b6fa4bcda4

View File

@ -191,7 +191,7 @@ function plotly_axis(axis::Axis, sp::Subplot)
# ticks # ticks
ticks = get_ticks(axis) ticks = get_ticks(axis)
if ticks != :auto && ax[:type] != "-" if ticks != :auto
ttype = ticksType(ticks) ttype = ticksType(ticks)
if ttype == :ticks if ttype == :ticks
ax[:tickmode] = "array" ax[:tickmode] = "array"