I have a large-ish, auto-generated graph (converted from .tgf format), and I would like to set the edge width to be a function of the edge labels (which are all numerical), and colour the nodes according to their labels (which are again, numerical). If the data were held in custom properties, then this would be easy, through the properties mapper. Is there a convenient way to do it with the data stored in labels?