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]
|
letter = axis[:letter]
|
||||||
ax = KW(
|
ax = KW(
|
||||||
:title => axis[:guide],
|
:title => axis[:guide],
|
||||||
:showgrid => sp[:grid],
|
:showgrid => axis[:grid],
|
||||||
:zeroline => false,
|
:zeroline => false,
|
||||||
:ticks => "inside",
|
:ticks => "inside",
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user