Added independent grid lines on Plotly

This commit is contained in:
sfoo 2017-02-22 21:50:03 -08:00
parent 53740a0da5
commit 581dd220b1

View File

@ -212,7 +212,7 @@ function plotly_axis(axis::Axis, sp::Subplot)
letter = axis[:letter]
ax = KW(
:title => axis[:guide],
:showgrid => sp[:grid],
:showgrid => axis[:grid],
:zeroline => false,
:ticks => "inside",
)