How to remove graph image
In some cases, it's helpful to plot data over an image, or, more specifically, plot XY locations over an image and enable a graphlet of the pertinent data. We can quickly associate the gathered data with visible aspects of our samples. Adding an image to the graph is easyframe << Add Image( image( img ), bounds( top( 600 ), left( 0 ), bottom( 0 ), right( 1200 ) ) )
and I do it a lot. I am yet to...