Is there a "spacer" widget? (to fill up space in a vplot or hplot)

Something akin to pyqt’s spaceritem:

Hack solution:

Adding an empty_paragraph = Paragraph(text=‘’) seems to do the trick horizontally

···

On Tuesday, 15 September 2015 17:23:35 UTC+1, Pythonic wrote:

Something akin to pyqt’s spaceritem: