Needed to alter the save image properties, and increase the heght of image, as per https://plotly.github.io/plotly.py-docs/generated/plotly.io.write_image.html
fig.write_image( 'image.png',width = 800, height = 1000)