hi Everyone
i have a small problem and that i canot algin both Y-achse together, there is allways a offset between them.
can somebody check my Code and help me with it
thanks alot
'layout': dict(title={'text': 'Balken'},
yaxis={'title': {'text': y_axis_text},
'rangemode': 'tozero',
'yaxis2': False, 'showgrid': True},
xaxis={'title': {'text': 'Amount of measurements'}, 'dtick': 5},
yaxis2={'title': 'Bits', 'overlaying': 'y', 'side': 'right', 'rangemode': 'tozero',
'scaleanchor': 'yaxis', 'constraintoward': 'bottom', 'yaxis2': True,
'showgrid': True
})})