saurabhpre
Results
1
comments of
saurabhpre
I do not remember but try adjusting the margin and see if it helps: ``` val=150 layout.update_layout( margin=dict(l=val, r=val, t=val, b=val)) layout.write_image(os.path.join(os.path.dirname(__file__), 'images', prefix+'_spider.png'), scale=2.5,width=800, height=800) ```