Added independent grid lines on Plotly
This commit is contained in:
parent
53740a0da5
commit
581dd220b1
@ -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",
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user