little tool for building Wardley maps
rows = function(margin, data)
	-- helper for creating a 'rows' node
	return {type='rows', margin=margin,
		data=data or {}
	}
end