The document of the command VertexWeight claimed that:

However, I found that it throw wrong result when I use a list as member of VertexWeight, as can be seen below:

The document of the command VertexWeight claimed that:

However, I found that it throw wrong result when I use a list as member of VertexWeight, as can be seen below:

g=Block[{Identity}, Graph[{1 <-> 2, 2 <-> 3, 3 <-> 1}, VertexWeight -> Identity /@ {RandomImage[1,{5,5}, ImageSize->40], RandomImage[1,{5,5}, ImageSize->50, ColorSpace->"RGB"] , {1, 1}}]]– kglr May 26 '18 at 13:34