floweaver icon indicating copy to clipboard operation
floweaver copied to clipboard

Node labels

Open khoojj opened this issue 3 years ago • 1 comments

Hi, I find that my node labels at the right most edge is always cut-off no matter how I set the size of the figure (pic attached). The same is seen after I export it as png. Is there a way I can adjust the label? Thanks!

Screen Shot 2021-09-07 at 2 11 51 AM

khoojj avatar Sep 07 '21 00:09 khoojj

If you set margins in a proper size this issue is fixed.

Example: weave(sdd, flows,palette=palette).to_widget(width=900, height=600,margins=dict(left=120, right=120))

nof21 avatar Jan 13 '22 18:01 nof21