graph G { imagepath="imagepath_test/imagepath_dir/"
a[shape=plaintext,label=<
image attribute (valid absolute pathname) | imagepath attribute (valid absolute pathname) |
|
>];
b[shape=box,fontsize=30,fontname="Helvetica-Bold",label="image from image attribute directory should be displayed",image="imagepath_test/image_dir/image.jpg",labelloc=b];
}