@empet: does this still work? I am trying:
fig[“layout”][“annotations”].extend(
dict(
x=-0.075,
y=0.45,
showarrow=False,
text=“testing”,
textangle=-90,
xref=“paper”,
yref=“paper”,
font=dict(color=“black”, size=18),
)
)
And getting the error:
—> 65 fig[“layout”][“annotations”].extend([
66 dict(
67 x=-0.075,AttributeError: ‘tuple’ object has no attribute ‘extend’