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