-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
In the following graph you can see the line chart grid lines are no matched up, is there a way to fix this in the 'Layout'?
layout = go.Layout(title = "The price of gold tends to move with inflation.", titlefont = dict( family = 'Arial, sans-serif', size = 18 ), xaxis = dict( zeroline = False ), yaxis = dict( title='y/y percent', titlefont=dict( family='Arial, sans-serif', size = 10), side = 'left', hoverformat = '.2f', zeroline= False, rangemode = 'tozero' ), yaxis2 = dict( title='y/y percent', titlefont=dict( family='Arial, sans-serif', size = 10), overlaying ='y', zeroline = False, side = 'right', rangemode = 'tozero', hoverformat = '.2f'), autosize=True, margin=dict(l = 200,r = 200, t = 100, b = 100), hovermode = 'closest', legend=dict(x = 0, y = 1.1, orientation="h"))